Facebook GRAPH API, php SDK problem -


it's weird morning facebook applications don't work anymore. , when use graph api using request : "graph.facebook.com/me" got :

{    "error": {       "type": "oauthexception",       "message": "an active access token must used query information current user."    } } 

any idea?

facebook did developer update past couple days..

http://developers.facebook.com/blog/post/518/

we had problems api key on older versions of sdk, check that.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -