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

Extract Reviews from Facebook Page #39

Closed alvin1234 closed 8 years ago

alvin1234 commented 8 years ago

I would like to get some reviews from a public Facebook page. However, when I try < application >/reviews in Resource, it returns error. I'm not sure if there is a problem with the code of Facepager or if I do not choose correct value in the drop down menu of "Resource". I'm grateful for your help.

facepager_error

strohne commented 8 years ago

Hi, what is the error message and code? See offcut-node pls.

strohne commented 8 years ago

Maybe there is no edge called "reviews" anymore? Pls see Facebook API reference: https://developers.facebook.com/docs/graph-api/reference/v2.2/application/

alvin1234 commented 8 years ago

Hi Strohne,

The error message is as below:

{ "error": { "message": "Unknown path components: /reviews", "code": "2500", "type": "OAuthException", "fbtrace_id": "Ek/QaNoHnuS" } }

I'm wondering if there is something wrong with the code related to

/reviews. Regards, Alvin On Fri, Mar 11, 2016 at 5:06 PM, strohne notifications@github.com wrote: > Hi, what is the error message and code? See offcut-node pls. > > — > Reply to this email directly or view it on GitHub > https://github.com/strohne/Facepager/issues/39#issuecomment-195274542.
strohne commented 8 years ago

Hi Alvin.

yes, there is no edge "reviews" anymore. Don't know how to get reviews by now. You should read the Facebook API reference for alternatives.

strohne

alvin1234 commented 8 years ago

Hi Strohne,

Thank you very much for your reply!

Regards, Alvin

On Fri, Mar 11, 2016 at 10:46 PM, strohne notifications@github.com wrote:

Hi Alvin.

yes, there is no edge "reviews" anymore. Don't know how to get reviews by now. You should read the Facebook API reference for alternatives.

strohne

— Reply to this email directly or view it on GitHub https://github.com/strohne/Facepager/issues/39#issuecomment-195396178.