Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm using the facebook social plugin to create a comment and it is returning as

commentID: "530321683651379"
href: "http://apps.facebook.com/moribay/index.php?id=633"

However, in the Graph API Explorer, when I'm trying to query the comment, I'm not getting any result:

Query URL: /comments/?ids=http://apps.facebook.com/moribay/index.php?id=633

Result:

{
  "http://apps.facebook.com/moribay/index.php": {
    "comments": {
      "data": [
      ]
    }
  }
}
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.