You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from linkedin_api import Linkedin
# Authenticate using any Linkedin user account credentials
api = Linkedin('***************', '***************')
company_urn = "urn:li:fsd_followingState:(urn:li:fsd_company:number)" # Şirket URN
error_occurred = api.follow_company(company_urn)
if not error_occurred:
print("It worked successfully")
else:
print("An error occurred")
The code works but gives an error saying it doesn't work. And how can I add a proxy?
The text was updated successfully, but these errors were encountered:
The code works but gives an error saying it doesn't work. And how can I add a proxy?
The text was updated successfully, but these errors were encountered: