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

Problem when I try to collect reactions #63

Closed vriccobono closed 7 years ago

vriccobono commented 7 years ago

First, I would like to thank you for your amazing application.

It's really handy but I have some issues when I try to collect the reactions of the posts...I managed to collect the likes of the posts in which I'm interested by adding summary.total_count in the column section. But it only gives me the "like" reactions and not the sum of all the reactions.

I tried to search a solution on the web and I tried some combinations after reading the Facebook api documentation but I'm stuck with this issue.

I would be grateful if you could help me.

strohne commented 7 years ago

Well, it works for me with <Object ID>/reactions, see https://developers.facebook.com/docs/graph-api/reference/v2.9/post/reactions

Take care to set the version in the basebath to v2.6 at minimum.

Could you post a screenshot or the settings you tried?

vriccobono commented 7 years ago

Thank you very much for your help, I'm new to this kind of tools. Here is a screenshot of the settings I tried. image

What I would like to have is the total number of reactions per post. Until now, I could only manage to get the total "like" per post by selecting the column "summary.total_count".

vriccobono commented 7 years ago

Never mind I managed to obtain what I wanted thanks to your previous answer :-) Thank you very much for your time! image

vriccobono commented 7 years ago

I am sorry to bother you again but now that I can get the reactions and the likes, I am not able to obtain the count of the other reactions. Here I tried with the "love" one. Do you know where I can find the correct ID ? I tried to put it in capital letters just like on the page you shared but It does not work.

image

dorvak commented 7 years ago

This is an API issue (probably a wrong endpoint, as there is no endpoint /LOVE), please see the API documentation https://developers.facebook.com/docs/graph-api/reference/post/reactions

We will not answer API-specific questions anymore.