问题
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.
www.arrowlife.com?section=Destined-for-stardom
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