mikhailklassen / Mining-the-Social-Web-3rd-Edition

The official online compendium for Mining the Social Web, 3rd Edition (O'Reilly, 2018)
Other
923 stars 486 forks source link

GraphAPIError: (#100) Pages Public Content Access requires either app secret proof or an app token #45

Open s1782662 opened 4 years ago

s1782662 commented 4 years ago

Thanks for publishing good book. I am write now working with Mining facebook notebook. When I search something facebook, i get results as per the page. For instance, i searched Mining the social web as per your example, I got results in facebook page.

Now when i do the same thing using facebook-sdk, i get no results. Do i need any permissions to access search results. I have posted in the forum https://stackoverflow.com/questions/59113788/fetch-search-results-using-facebook-sdk-in-python

In addition i get the below error GraphAPIError: (#100) Pages Public Content Access requires either app secret proof or an app token when i try to run the cell that executes the search "Mining the social Web "

cmosguy commented 3 years ago

@s1782662 I am doing the same now, did you you ever figure out what you needed to do to make this work? Is it because there are tight access restrictions to the Facebook Graph API v9.0 that makes it difficult to access this information?