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": [
]
}
}
}