Can I use the chart API to create a comment for a given URL without an existing object identifier?

The documentation only mentions that you can retrieve comments at the URL http://developers.facebook.com/docs/reference/plugins/comments/

I saw this Q on SO: Posting comments programmatically on Facebook <- however, in the GUI API, it will not let me make a POST request for https://graph.facebook.com/comments/?ids=mywebsite.com/thingID

So, is it possible to create comments for a URL that does not have an existing object identifier?

Thanks!

+7
source share
1 answer

The same question , I want to post a comment using the graphical API. after I tried for a while, I managed to post a comment on the wall and the wall of friends. When I try to publish a URL, I get an error:

{ "error": { "message": "An unknown error has occurred.", "type": "OAuthException" } } 

But if I try to see (get) the comments at this URL, I can see them without any problems. I will be a clearing to hear the answer to this question in advance.

For testing, I used: Graph API Explorer and Facebook Debugger

+1
source

All Articles