daogr / facebook-actionscript-api

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

FacebookDesktop.init Stream Error because of null token #305

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Started brand new project from scratch
2. Added GraphAPI_Desktop_1_6_1.swc to project
3. Called FacebookDesktop.init() with valid app Id

What is the expected output? What do you see instead?

Expected a successful result with a FacebookSession. Instead got an 
IOErrorEvent referencing URL: https://graph.facebook.com/me?access%5Ftoken=null.
Upon stepping through init() I found it is loading the SharedObject and 
accessing the data.accessToken.
I tried to find the SharedObject it is looking for but there is no 
com.facebook.graph.FacebookDesktop SharedObject being written.
Browser is set to allow shared objects and cookies, turned off privacy and 
security settings.

What version of the product are you using? On what operating system?

Tested in Firefox 4.0 and Chrome 11.0 on Mac OS X 10.6 using Flash Builder 
Burrito.

Original issue reported on code.google.com by o.la....@gmail.com on 19 May 2011 at 6:55

GoogleCodeExporter commented 8 years ago
nvm, switching over to using GraphAPI_web instead of desktop.

Original comment by o.la....@gmail.com on 19 May 2011 at 9:03

GoogleCodeExporter commented 8 years ago

Original comment by edwar...@gmail.com on 19 May 2011 at 9:45