bertrando / facebook-actionscript-api

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

FacebookDesktop.login() callback function bug #204

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.add callback argument to FacebookDesktop.login() method
2.wait forever for the callback to be called
3.it wont be called at all. Noooooo

What is the expected output? What do you see instead?
the callback function get called

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

Please provide any additional information below.
SOLUTION:
looking at your source files, fix FacebookDesktop.as line 332

this.loginCallback = loginCallback;

change it to 

this.loginCallback = callback;

Original issue reported on code.google.com by nass...@gmail.com on 5 Nov 2010 at 2:03

GoogleCodeExporter commented 9 years ago
I have fixed this issue here:
http://code.google.com/p/facebook-actionscript-api/issues/detail?id=176

Original comment by yourpalm...@gmail.com on 5 Nov 2010 at 3:43

GoogleCodeExporter commented 9 years ago
Ah, i thought the lib at google code is the most recent one, and also 
officially supported by Adobe. Which one will be used for future development?

Original comment by nass...@gmail.com on 6 Nov 2010 at 3:06

GoogleCodeExporter commented 9 years ago
You are correct that it is the most recent one released by Adobe.
The reason for my branch is that Adobe did not support the previous library 
much, and so far are not supporting this one either.
Since I am currently using this library, as I find issues (or features that are 
needed), I fix them and add them to my branch. If Adobe does start to update 
this library, I will update my branch to keep them in sync.

Original comment by yourpalm...@gmail.com on 6 Nov 2010 at 4:18

GoogleCodeExporter commented 9 years ago

Original comment by edwar...@gmail.com on 6 Dec 2010 at 10:28