get list of all comments using url?

拈花ヽ惹草 提交于 2019-12-01 05:48:45

问题


I viewed this question before asking ,but it dint help.

Facebook Graph API get all comments

how can I get all comments from a url in facebook?

I am trying to fetch all comments from two url.

  1. www.arrowlife.com?section=Destined-for-stardom

  2. www.arrowlife.com?section=section=The-Improviser

What I have done:

I url encoded the above urls and passed in the url like this:https://graph.facebook.com/www.arrowlife.com%3Fsection%3DDestined-for-stardom/comments

Where am i going wrong?

Just in case if you want to see the comments:http://www.arrowlife.com/

The only resource I have with me is url.


回答1:


This works: http://graph.facebook.com/comments?id=http%3A%2F%2Fwww.arrowlife.com%2F%3Fsection%3DDestined-for-stardom

(Make sure you have the "http://" (encoded) in front of the url)



来源:https://stackoverflow.com/questions/19806802/get-list-of-all-comments-using-url

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!