AnthonyLins / facebook-actionscript-api

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

FacebookMobile.init callback not firing on Android 4.0.0 and facebook-actionscript-api v 1.8.1 #432

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. open app facebook view 
1. click on login/yes btn ( will execute)
2. view and fill out the facebook pages
3. facebook returns and app should move to next view

What is the expected output? What do you see instead?
I have added code so that a label is filled with text if the 
FacebookMobile.init executes and returns to the callback function. (This is for 
debugging only). The user  touches the yes button which launches the facebook 
viewport and FacebookMobile.login executes.
After filling out he facebook forms, I expect the app to return to the callback 
with the succes object(and print success in the label) before it pushes on to 
the next view.

This works perfectly if I am running in the emulator or debugging on the 
device. However, if I install the app on the device and run it, this is what I 
see:

Nothing is written to the label. The viewport appears and I am able to fill out 
the facebook info. When it returns, it does not push on to the next view and 
nothing is written in the label.

If I had to guess I would say that the callback is function is not getting 
called by either FacebookMobile function init or login). I don't know how to 
figure this out since it only happens when I am not in debg or emulator mode.

What version of the product are you using? On what operating system?
Using FacebookMobile on a Samsung Galaxy Tab 10.1 running Android 4.0.4

Please provide any additional information below.

Original issue reported on code.google.com by randuyo...@gmail.com on 6 Aug 2012 at 8:58

Attachments: