Need help on employing Graph Search parameters for hashtag query on facebook

后端 未结 1 1650
感动是毒
感动是毒 2021-01-28 02:22

The problem:

I want to find public posts that contain two hashtags (like #games & #movies). The graph search does not work with hashtags apparently. Do you know a wa

相关标签:
1条回答
  • 2021-01-28 02:38

    You can use the standard Search API for Posts as described in the answer here:

    Facebook API - Using javascript sdk and searching public posts for hashtags

    For example,

    https://graph.facebook.com/search?q=%23selfie&type=post&access_token={user_access_token}
    

    works for me.

    0 讨论(0)
提交回复
热议问题