Facebook API Unsupported Operation for v2.3 but Valid for v2.6 -
i have been using fb graph api using v2.3. write access token in input field. example api call is
https://graph.facebook.com/v2.3/461151203975788/insights
it returning
{ "error": { "message": "unsupported operation", "type": "oauthexception", "code": 100, "fbtrace_id": "b5syg3ovxbj" } }
however, when use v2.6, returns me of insights data expected. 100% sure access token correct. happening different pages have access to. has been working few days ago, seems happening right after started testing v2.6.
i suspect somehow, v2.3 usage has been blocked after using v2.6, if facebook forcing me use newest api version.
Comments
Post a Comment