How to get all counts of likes of post of our page, Actually we have created a Page and posted some articles. Now I want to retrieve all likes of my post using APIs, I can get the access token from Postman. When i am run the V2 API to get data thru poastman, i got the following error: "Not enough permissions to access: GET /socialActions/". Please advise what more permission required.
Get the Access Token from postman for OAuth2.0 under Auth navigation of postman. After getting the access token, run the https://api.linkedin.com/v2/socialActions/{activity} I am getting following error { "serviceErrorCode": 65604, "message": "Empty oauth2 access token", "status": 401 }
I used in other system Postman then found following error: { "serviceErrorCode": , "message": "Not enough permissions to access: GET /socialActions/", "status": 401 }
Should be come the result data in JSON format