Facebook Graph API : Getting posts from pages with country / age restriction -


i'm trying posts page uses country / age restriction using graph api, i'm getting error :

{   "error": {     "message": "unsupported request. object id '105590939487217' not exist, cannot loaded due missing permissions, or not support operation. please read graph api documentation @ https://developers.facebook.com/docs/graph-api",     "type": "graphmethodexception",     "code": 100,     "fbtrace_id": "gsuxxzncaox"   } } 

is there solved problem before ?

update

i've discovered need create facebook account using using ip address of 1 of page supported countries. seems facebook detects user country based on other criterias ip address.


Comments