Частичное отключениеshare-external
Error: (#12) singular statuses API is deprecated for versions v2.4 and higher
1
https://graph.facebook.com/v19.0/recommendation_id/comments

I am using the above endpoint for replying to recommendations left in a Facebook Page. Most of the cases replies are working fine. But intermittently I get this error message for some recommendation is some of the pages: (#12) singular statuses API is deprecated for versions v2.4 and higher

This looks like an error which should fail for all replies. But, It fails for specific cases and I couldn't trace a pattern as well. Need help on this if anyone is facing the same issue.

Upamanyu
Вопрос задан около 6 мес. назад
Выбранный ответ
1

It means you cannot just use a single ID, because it's not linked to a page object. Use the IDs as returned by their respective API response.

23 мая в 05:27
Lars
Upamanyu

I am using the rating id I get from this API: -

GET /v20.0/{page-id}/ratings HTTP/1.1
Host: graph.facebook.com

It is working fine for other pages. Only few pages are facing this issue. I found out this thread: https://developers.facebook.com/support/bugs/775506689870475/. Seems like this is a bug which is not currently prioritized for fixing.

23 мая в 22:43