pavelk2 / social-feed

JavaScript plugin that shows a user feed from the most popular social networks
http://pavelk2.github.io/social-feed-example/
MIT License
962 stars 304 forks source link

Facebook #191

Closed ghost closed 8 years ago

ghost commented 8 years ago

At the moment you can search for feeds only in specific account, it is possible (as the FB site) always try via hashtag but all over facebook, a global search?

HartLarsson commented 8 years ago

searching by #hasthtags i think is not possible by API. https://developers.facebook.com/docs/graph-api/using-graph-api/v1.0#searchtypes

i've seen people find a workaround time ago using %23 instead of # but i'm not sure is working today you can try yourself using this syntax:

https://graph.facebook.com/search?q=%23YOU-HASH-VALUE&limit=10000&access_token=YOUR-ACCESS-TOKEN

I think is deprecated and not works anymore.

ghost commented 8 years ago

Perfect! Thanks a lot for the answer.