Indecible / facebook-actionscript-api

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

GetLoggedInUser returning null user even though success=true (ConnectJSDemo) #123

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem? (on the ConnectJSDemo after session 
established)
1.
var call:FacebookCall = facebook.post(new GetLoggedInUser());
call.addEventListener(FacebookEvent.COMPLETE, onUserGet);
2.
The return:
[FacebookEvent type="complete" success=true data=[object JSONResultData] 
error=null]
3.
Where data is null

What is the expected output? What do you see instead?
Loggged in user ID

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

Please provide any additional information below.

Original issue reported on code.google.com by ment...@gmail.com on 20 Jan 2010 at 5:17

GoogleCodeExporter commented 8 years ago
New release based of Facebook's Graph API is coming soon.  SDK which this issue 
depends on is no longer supported by Facebook.

Original comment by alan...@gmail.com on 29 Sep 2010 at 7:49