I am using below API for replying to facebook post. URL:- https://graph.facebook.com/{id}/comments Request Body:- { "text": "Hello this text is for testing purpose only." }
This comment get posted on facebook, but also getting the follwing response.
Response:- {"error":{"message":"Unsupported request - method type: post","type":"GraphMethodException","code":100,"fbtrace_id":"AvT_vPze0pAeZLtfuuZ_nGs"}}
Please assist