FB.api(id) Throwing error
akashdathan opened this issue · 1 comments
akashdathan commented
{
message: '(#12) singular statuses API is deprecated for versions v2.4 and higher',
type: 'OAuthException',
code: 12,
fbtrace_id: 'Bdgw2PZxevX'
}
dantman commented
Sounds like this deprecation.
https://developers.facebook.com/docs/graph-api/changelog/archive
GET /v2.4/{id}/links and GET /v2.4/{id}/statuses will no longer be available beginning in v2.4. As an alternative, we suggest using GET /v2.4/{id}/feed.
Whatever the case you are making an API call that Facebook no longer supports, please update your code. This is not a bug in this SDK.