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

Size of Comments & Likes #61

Closed togarg closed 7 years ago

togarg commented 7 years ago

Hi, The count of Comments & Likes is not working. Is there a way we can add the basic functionality of Size, Length to the the preset?

Also, the replies to comments are not getting captured. Any idea how we can incorporate that?

strohne commented 7 years ago

Thx, fixed it. Workaround until next release: replace from.name with from{name} in the fields-parameter.

To get replies fetch comments of comments, see Facebook Graph API reference for further information.