I am trying to comment on objects from an Android application. I tried to follow these guid comments, but it does not work for me.
I found my object identifier from the Facebook debugger (How to find the object identifier from a URL is another question ) Graph API: http://graph.facebook.com/451006711598242
Now I am trying to comment on my object in Facebook graph explorer and get this error:
{ "error": { "message": "(#100) Comments may not be added to a comment plugin", "type": "OAuthException", "code": 100 } }
This is the url I'm testing: `
/ 451006711598242 / comments? Message = 'Verify ...'
`How to use api comments to comment on an object from my Android app.
source share