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

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -