I can only use POST page-id/ratings with paramater : rating:value I can only rating page without review. Anyone can help me, please.
Asked
Active
Viewed 676 times
-3
-
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 Answers
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
-
~.~ I can POST a rating. you should try post to that endpoint with parameter rating : value – Thinh Phuoc Nguyen Lang Jul 05 '18 at 12:56