update
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ TOKEN_URL = "https://www.linkedin.com/oauth/v2/accessToken"
|
|
| 14 |
PROFILE_API = "https://api.linkedin.com/v2/me"
|
| 15 |
EMAIL_API = "https://api.linkedin.com/v2/emailAddress?q=members&projection=(elements*(handle~))"
|
| 16 |
|
| 17 |
-
access_token = new_token
|
| 18 |
|
| 19 |
# Local web server to handle redirect URI callback
|
| 20 |
class OAuthCallbackHandler(BaseHTTPRequestHandler):
|
|
|
|
| 14 |
PROFILE_API = "https://api.linkedin.com/v2/me"
|
| 15 |
EMAIL_API = "https://api.linkedin.com/v2/emailAddress?q=members&projection=(elements*(handle~))"
|
| 16 |
|
| 17 |
+
access_token = "new_token"
|
| 18 |
|
| 19 |
# Local web server to handle redirect URI callback
|
| 20 |
class OAuthCallbackHandler(BaseHTTPRequestHandler):
|