Spaces:
Running
Running
Update sessions.py
Browse files- sessions.py +2 -0
sessions.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
from requests_oauthlib import OAuth2Session
|
2 |
|
|
|
|
|
3 |
def create_session(client_id, token=None):
|
4 |
"""Creates a requests_oauthlib session."""
|
5 |
# Note: Scope is usually not needed here, only for authorization_url
|
|
|
1 |
from requests_oauthlib import OAuth2Session
|
2 |
|
3 |
+
|
4 |
+
REDIRECT_URI = "https://app.ingaze.ai/version-test/linkedin_monitoring?debug_mode=true"
|
5 |
def create_session(client_id, token=None):
|
6 |
"""Creates a requests_oauthlib session."""
|
7 |
# Note: Scope is usually not needed here, only for authorization_url
|