Search code examples
facebook-graph-apifacebook-page

Commenting on Page reviews from graph API



Is it possible to post a comment on facebook page review?


I already have facebook page reviews, but the graph api endpoint for rating is not returning their Ids, so that i can use comment endpoint to post comment.
How can i get the rating with ids?

I have checked this question but the answer is not working.


Solution

  • The problem was with the answer i was following.

    You have to make http get request on

    https://graph.facebook.com/v2.9/{PageID}/ratings?fields=open_graph_story&access_token={PageAccessToken}

    to get detailed response. Make sure the parameter is "fields" not "field"