AnthonyLins / facebook-actionscript-api

Automatically exported from code.google.com/p/facebook-actionscript-api
0 stars 0 forks source link

All application using FacebookGraphAPI.swc stop working #417

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Use an application using latest GraphApi
2.trace onLogin - Facebook.init(APP_ID, onLogin);
3.Login Fail

What is the expected output? What do you see instead?
The return of onLogin function should be not null
GraphAPI_Web_1_8_1.swc
FacebookGraphAPI.swc

What version of the product are you using? On what operating system?
Flash CS5.5, FlashBuilder 4.6, OSX

Please provide any additional information below.
The probleme begin this morning 9 mai 2012

Original issue reported on code.google.com by aminehsi...@gmail.com on 9 May 2012 at 11:40

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I am also having the same issue, unable to login / init the web application and 
cannot connect to Facebook.
WIN / OSX - All browsers using latest Graph API. So far this seems like a Web 
issue, I have an AIR application that still works with the latest API / SWC...

I have been looking into it, so far without success.... DID FB change something 
?....

Original comment by karim.be...@gmail.com on 9 May 2012 at 11:48

GoogleCodeExporter commented 8 years ago
Found the solution on previous post :
http://code.google.com/p/facebook-actionscript-api/issues/detail?id=416&q=label%
3APriority-Medium&sort=-id

Thanks for help

Original comment by aminehsi...@gmail.com on 9 May 2012 at 12:14

GoogleCodeExporter commented 8 years ago
i am using GraphAPI_Web_1_8_1.swc and receive error  when i want to login with  

Facebook.init(APP_ID, onLogin);

"error": {
      "message": "An active access token must be used to query information about the current user.",
      "type": "OAuthException",
      "code": 2500
   }

please help

Original comment by vijay.na...@anktech.co.in on 18 Oct 2013 at 1:09