facebook graph API company page URL? -
i working on data analysis regarding beverage manufacturers in , grab posts company facebook pages mine data using standard facebook graph api. new facebook api , hoping clarifications here can't find in developer docs.
for simple example lets @ 2 companies fb pages:
now per api documentation, should able retrieve posts on public company pages via url follows:
https://graph.facebook.com/companyfbnamehere/feed?access_token=mytoken or https://graph.facebook.com/v2.5/companyfbnamehere/feed?access_token=mytoken
this works cocacola: https://graph.facebook.com/v2.5/cocacolaunitedstates/feed?access_token=mytoken
this returns data expect:
{ "data": [ { "message": "the french \"yes! yes! yes!\" sounds \"we! we! we!\" (lettered \"oui.\") \"c'est la vie\" sounds (homonym) \"say lovie\" (like lovie dovie).\n\nsong of (rather \"by\") robbie nevil: c'est la vie\nhttp://www.youtube.com/watch?v=cgtf9qfitqw", "created_time": "2016-02-06t02:52:17+0000", "id": "820882001277849_452698638250376" }, etc....
however when try bell's: https://graph.facebook.com/v2.5/bellsbreweryinc/feed?access_token=mytoken
i this:
{ "error": { "message": "unsupported request. please read graph api documentation @ https://developers.facebook.com/docs/graph-api", "type": "graphmethodexception", "code": 100, "fbtrace_id": "awtxwye6vub" } }
i not understanding why getting error on bell's page? it's publicly available company fb page, can't imagine it's restriction, can't understand why wouldn't returning posts cocacola?
it sounds owner of token using below legal drinking age. bellsbreweryinc page in alcohol category no data returned users under legal age. bellsbreweryinc have set in page settings.
Comments
Post a Comment