开发者

search for comments on a page posted with facebook api

I have a testing page on my site that simply lets users login. Once logged in, you can post a comment on the page (testpage.php). I am able to get the graph of the posted comments, 开发者_运维技巧but how do I search through those comments. I want to make a page where anyone can search through comments on testpage.php and all comments that match what was searched for would appear. how would I go about doing this? I have already looked over the facebook developement pages but they do not go into the details I need. Any ideas?


Referring to the Graph API page, https://developers.facebook.com/docs/reference/api/ (look for the Searching section) you cannot use the API to search for comments directly. You would have to get all the posts using the Graph API then perform your search separately.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜