New facebook app cannot access comments but old one can -


i have 2 facebook apps. trying access comments posts using graph api. use access_token old app can access comments non-public post this:

https://graph.facebook.com/{post-id}/comments?access_token={access-token}

when this, json comments on post expect. if use access token new app, when make same request empty data set this:

{     "data": [] } 

if make request public post using new app, results. non-public posts empty dataset. checked , double-checked settings in both new , old app, , difference find old app has alert need fix "july 2013 breaking changes".
makes difference? if mark old app being fixed "july 2013 breaking changes" stop working correctly too? else should check?


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -