Facebook Recommendation API not returning all fields

259 Views Asked by At

I am trying to implement the Facebook Recommendation API from the documentation, however in the sample they have just written GET v3.2/...?fields={fieldname_of_type_Recommendation}. What is the exact endpoint to be called to get the recommendations along with all its fields?

I used Ratings API earlier /v3.0/{page-id}/ratings but that does not returns the "Reactions Count" and "Comments Count" which I get for posts, I want that for Recommendations as well. Any help on how to get it?

1

There are 1 best solutions below