AnthonyLins / facebook-actionscript-api

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

Facebook.getLoginStatus(); #420

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Call Facebook.init()
2. Add JS event listeners for callback
3. Call Facebook.getLoginStatus()

What is the expected output? What do you see instead?
Expected to receive a response from Facebook. Instead, nothing is seen. No 
event fires.

What version of the product are you using? On what operating system?
GraphAPI_Web_1_8_1.swc, Firefox 12.0

Please provide any additional information below.

Facebook.addJSEventListener("auth.statusChange", eventChange);
Facebook.addJSEventListener("auth.authResponseChange", 
eventChange);                       Facebook.addJSEventListener("auth.sessionChange", 
eventChange);   

Facebook.getLoginStatus();

Original issue reported on code.google.com by PAleksan...@gmail.com on 10 May 2012 at 10:41