Facebook API returning no results for posts->data -


i'm having curious issues facebook api.

requesting posts etc via url returns required public data (posts, image, name).

url structure: graph.facebook.com/v2.4/[valid_id]?fields=posts.limit(10),name,picture&access_token=[valid_token]

the token valid dev access token , works, page id valid.

but pages request returns no values posts, name, picture , id.

if have own access token public posts, image , name, feel free test specific link: https://graph.facebook.com/v2.4/163260590394613?fields=posts.limit(10),name,picture&access_token=[token]

this refers facebook page https://www.facebook.com/pages/golf-er-club-schwaben/163260590394613, can see there public posts, request can't fetch them.

really hope can give clue.


Comments