How can i POST a reply on a comment in Facebook via Graph API? -
i use page/user token:
request: https://graph.facebook.com/object_id/comments?access_token=access_token
object_id = facebook_comment_id
result: { "error": { "message": "(#10) ", "type": "oauthexception", "code": 10 } }
but if try use public token (generated via graph api explorer without permissions), reply successfully. ideas?
what kind of access token used either short lived or long lived token .
if short lived give error after 1hr . , not allowed access user details.
Comments
Post a Comment