Question

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.

Was it helpful?

Solution

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)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top