strohne / Facepager

Facepager was made for fetching public available data from YouTube, Twitter and other websites on the basis of APIs and webscraping.
https://github.com/strohne/Facepager/releases
506 stars 198 forks source link

Access Token #114

Closed duasai closed 4 years ago

duasai commented 4 years ago

Hi I'm a newbie to Facepager and I'm tryning to use it for thesis work.

I could not log in although I tried to insert the access token from Facebook Developer.

Screen Shot 2020-01-16 at 13 44 07

The error button is as shown above. Does anyone have any idea how can I circumvent that?

duasai commented 4 years ago

Instead of the above message, now it shows: Could not authorize for page. Check page ID in the settings.

I've checked my page ID multiple times to ensure I've inserted the correct one but it somehow doesn't work. Do anyone have any suggestions?

Anyway I am using v4.1. Thanks!

strohne commented 4 years ago

You don't need an access token from Facebook developer. Just make sure the settings are empty: click the settings button next to the login button, everything should be blank. Then login to Facebook with the button. Facepager gets you an access token.

Pls see the getting started tutorials in the wiki.

duasai commented 4 years ago

Thank you for your reply. I had tried that as well. But it doesn't work - it says unauthorised for page ID, but I still cannot log in.

strohne commented 4 years ago

Are you sure, you removed the page id from the settings?

strohne commented 4 years ago

If you really want to work with a page ID, make sure you have the correct IDs by fetching https://graph.facebook.com/{your-user-id}/accounts

duasai commented 4 years ago

Alright thank you very much!