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

facebook remove friends api - facepager help pls #33

Closed swordyfishy closed 9 years ago

swordyfishy commented 9 years ago

hi, just trying to use facepager, notice an annoucment from FB stating they have ceased friends api. I am having issues with fetching data from facepager - i get an 404 error in some cases using a user name but when i use a FB ID number string it produces a object type 'empty' and fetched 200 but no other data is pulled. The user page has data however that is available to me and can be viewed via the normal FB web page. Any help would be greatful

strohne commented 9 years ago

hi, i am not sure about what you are doing. could you give some more details about your settings?

is there an offcut node in addition to the empty node?

can you retrieve the data via graph explorer? See the tab on https://developers.facebook.com/docs/graph-api/reference/v2.3/user/friends

swordyfishy commented 9 years ago

thanks for the quick reply, i have installed windows version of facepager. I have logged into FB and accepted the app. I then have added 'me' as a node and run query. attached is result as i dont seem to get back any data when there is data on actual FB page - sample

dorvak commented 9 years ago

What type of data do you expect to get from this query? There is no endpoint /comments for a user (in this case "me"/yourself). See https://developers.facebook.com/docs/graph-api/reference/user and https://developers.facebook.com/docs/graph-api/reference/v2.3/comment

mirany90 commented 8 years ago

Hello,

Is there a guide for Facepager errors, what is error 400, for example?

Thank you!

strohne commented 8 years ago

These are HTTP status codes, which come from the providers you fetch data from, not Facepager errors. See https://en.wikipedia.org/wiki/List_of_HTTP_status_codes and the documentation of the specific provider (e.g. Facebook).

dorvak commented 8 years ago

Thx jakob :)

strohne notifications@github.com schrieb am Mi., 17. Aug. 2016, 22:20:

These are HTTP status codes, which come from the providers you fetch data from, not Facepager errors. See https://en.wikipedia.org/wiki/List_of_HTTP_status_codes and the documentation of the specific provider (e.g. Facebook).

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/strohne/Facepager/issues/33#issuecomment-240534948, or mute the thread https://github.com/notifications/unsubscribe-auth/ABeHsvLnVCO6KcN-MYwnzOAV9gxcyafqks5qg20GgaJpZM4EO1nk .

Till Marcus Keyling Franz-Wolter-Straße 1 81925 München Tel.: 0172 244 377 0

mirany90 commented 8 years ago

Thank you very much, stohne!