Need help on employing Graph Search parameters for hashtag query on facebook -
problem:
I have to get public posts that have two hashtags (like #GAME & amp; ; #Movies). The graph search does not work apparently with the hashtag. Do you know a way to use a graph API to set up a query that can help me find those specific postings.
Thank you in advance
You can see the standard search API for posts as described in the answer You can use:
For example,
https://graph.facebook.com/search?q=%23selfie& Type = post & access_token = {user_access_token}
works for me.
Comments
Post a Comment