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 !