Reputation: 1
I am currently working on the linkedin API and i have this following trouble when i'm doing requests to manage company page :
{
"errorCode": 0,
"message": "Member does not have permission to get company.",
"requestId": "J7G7HP7VON",
"status": 403,
"timestamp": 1519820959291
}
I want to recover data for this request : https://api.linkedin.com/v1/companies/[Company_ID]/historical-follow-statistics?oauth2_access_token=[Access_Token]&time-granularity=day&start-timestamp=1517097600000&format=json
The cibled account have admin right on the linkedin page of the company so i don't understand why it's blocking.
Moreover, i tried this same request with the API tester and it works well.
Is somebody can help me ?
Thanks !
Upvotes: 0
Views: 373
Reputation: 93
I experience the same problem, and it seems that we are required to apply for the LinkedIn Partner Developer Program in order to gain enough access to the API.
Upvotes: 0
Reputation: 418
You must required permission rw_company_admin to your linkedIn App please check your LinkedIn app permission settings after that you can able to manage your company details.
you can check out LinkedIn docs for Dev : LinkedIn Company Manage API
Upvotes: 1