Facebook token to scrape through public pages

197 Views Asked by At

Can someone explain to me how to get a facebook token to extract posts from public pages? I don't understand how to get it. I use the Graph API and select the user_posts feature.

I believe I then have to submit the app to Facebook, but I need a logo to do that?! Please help!

1

There are 1 best solutions below

2
andyrandy On

user_profiles is for User Profiles, not Pages. You need to use manage_pages and a Page Token for Pages you manage, or apply for Page Public Content Access with an App Token for pages you do not manage.

More information about Tokens and how to generate them: https://developers.facebook.com/docs/facebook-login/access-tokens