Spaces:
Sleeping
Sleeping
Update Linkedin_Data_API_Calls.py
Browse files
Linkedin_Data_API_Calls.py
CHANGED
@@ -445,7 +445,7 @@ def fetch_linkedin_mentions_core(comm_client_id, community_token, org_urn, count
|
|
445 |
session = create_session(comm_client_id, token=token_dict)
|
446 |
session.headers.update({
|
447 |
"X-Restli-Protocol-Version": "2.0.0",
|
448 |
-
"LinkedIn-Version": "
|
449 |
})
|
450 |
|
451 |
encoded_org_urn = quote(org_urn, safe='')
|
|
|
445 |
session = create_session(comm_client_id, token=token_dict)
|
446 |
session.headers.update({
|
447 |
"X-Restli-Protocol-Version": "2.0.0",
|
448 |
+
"LinkedIn-Version": "202502"
|
449 |
})
|
450 |
|
451 |
encoded_org_urn = quote(org_urn, safe='')
|