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

Data Fetch Empty(macOS,Facepager 3.7) #70

Closed mithils closed 7 years ago

mithils commented 7 years ago

I understand that there is a switch in the new API and I have followed the directions on the readme as best as I could. I have read the API reference sheet and played around on Facebook's Graph API explorer to get a better understanding. On Graph API explorer, this URL gives me the desired output of all my posts and the associated comments and likes: https://graph.facebook.com/v2.10/me/posts?fields=comments,likes

From what I understood, I tried replicating the same results on FacePager with the following setup to get a similar URL, but no data is shown whatsoever. image

I think I might be missing a small step, so any help is appreciated.

strohne commented 7 years ago

Everything looks ok but I think you need the user_posts permission. Pls try to insert "user_posts" in the scope field and relogin. See section about read permission in the reference: https://developers.facebook.com/docs/graph-api/reference/user/feed/

welterrr commented 7 years ago

Im not sure if this helps you but i need to set the parameters page (in your case user I guess) and Object ID in the section below the fileds and comments, likes. I hope you can figure it out

bildschirmfoto 2017-09-12 um 18 22 40
strohne commented 7 years ago

I just created a group on Facebook for getting help: https://www.facebook.com/groups/136224396995428/

Please go to this group. We would like to reserve GitHub issues to real development issues in the future.