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!
user_profilesis for User Profiles, not Pages. You need to usemanage_pagesand 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