daogr / facebook-actionscript-api

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

Problems with Facebook.login() #282

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.After execute Facebook.login()
2.
3.

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

On loginHandler sucess.user is null ... it should contain all user 
information!!!

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

Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by JuanWal...@gmail.com on 29 Mar 2011 at 4:40

GoogleCodeExporter commented 8 years ago
The user data does not come back with the login call.
After successfully getting the session data from the login call, you can call 
Facebook.api( "/me", onUser ); and then populate the session.user object with 
what is returned.

Original comment by yourpalm...@gmail.com on 29 Mar 2011 at 7:59

GoogleCodeExporter commented 8 years ago

Original comment by rovertn...@gmail.com on 31 Mar 2011 at 3:44