AnthonyLins / facebook-actionscript-api

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

native login on android mobile #459

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
when calling FacebookMobile.login(...), a form gets showed to the user.
The user is supposed to input her facebook username and password.
This is a bit clumsy, is there a way to show a native form login? So that user 
is not supposed to enter username and password?
I see that most of apps work like this second way.

Thanks

Original issue reported on code.google.com by antonell...@gmail.com on 17 Jul 2013 at 12:50

GoogleCodeExporter commented 8 years ago
Either use the native FB SDK or if you are using Adobe AIR, use an ANE. This is 
pure AS3, no access to native.

Original comment by jsa...@gmail.com on 21 Dec 2013 at 6:56