Reputation: 6553
I am looking for a solution for facebook connect for Android.
Before I used an open source solution from codecarpet: http://code.google.com/p/fbconnect-android/
but now it doesnt work anymore.
Now the Official facebook connect for Android is out, but there are about 11 big time issues and it fails almost all the time, so its not a real solution. http://github.com/facebook/facebook-android-sdk/
Any idea how to resolve this issue?
Thanks
Upvotes: 1
Views: 816
Reputation: 6553
update.
Now Facebook connect for android works great.
http://github.com/facebook/facebook-android-sdk/
This is the best solution now. Thanks for the help.
Upvotes: 1
Reputation: 207830
based on redirects that are placed in the webview you can detect if the user is logged in, and the session exchange is needed to as Facebook will place the session ID in your URL so you will be able to save it by processing getPath()
Upvotes: 0