-2


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.

Danyal Malik
  • 198
  • 11

1 Answers1

0

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"

Danyal Malik
  • 198
  • 11