jpryda / facebook-multi-scraper

Multi-threaded Facebook scraper for social analytics of public and owned pages
80 stars 26 forks source link

Pages Public Content Access requires either app secret proof or an app token #4

Open McCastles opened 4 years ago

McCastles commented 4 years ago

Thank you very much for your work, I feel like it used to work, but as I enter my User Token in it, I get the response:

{u'message': u'(#100) Pages Public Content Access requires either app secret proof or an app token', u'code': 100, u'type': u'OAuthException', u'fbtrace_id': u'AuwdgxokRLwtt9dVKOsH06x'}

Well, when I plug in the App Token, the response follows:

{u'message': u"(#10) This endpoint requires the 'manage_pages' permission or the 'Page Public Content Access' feature. Refer to https://developers.facebook.com/docs/apps/review/login-permissions#manage-pages and https://developers.facebook.com/docs/apps/review/feature#reference-PAGES_ACCESS for details.", u'code': 10, u'type': u'OAuthException', u'fbtrace_id': u'ARh7FmUS7tq5k9sl2Vh4vU4'}

... which basically means that Facebook does not allow you to scrap posts of public pages you don't own? Really?

Or am I misusing it? If so, can you please help me figure this out? Thank you.

bormat commented 3 years ago

any news ?

I have the permission pages_read_engagement

the full list is pages_show_list,public_profile,read_insights,email,pages_read_engagement,instagram_manage_insights,instagram_basic

it works in dev but not live for me