-3

I can only use POST page-id/ratings with paramater : rating:value I can only rating page without review. Anyone can help me, please.

  • https://developers.facebook.com/docs/graph-api/reference/page/ratings/ say you can't rate at all using the API. – WizKid Jul 03 '18 at 19:22

1 Answers1

0

This is not possible, the endpoint is GET only.

See the linked documentation from the earlier comment:

How to post a page review via facebook api

https://developers.facebook.com/docs/graph-api/reference/page/ratings

Phil Hudson
  • 3,819
  • 8
  • 35
  • 59