How to integrate Facebook Connect and API with Android Application?
Do you have experience with this library? It seems that it isn't a official port of the IPhone library.
Janusz
2010-03-23 11:56:27
No, but I used the 2nd(see edit) to login to Facebook, and get the session id. Then I pass this session id to a PHP RestServer to work with the FaceBook API there with PHP. Since API changes are frequent, I recommend just using the minial, and use on a own web server, where you can update the code if the API gets updated, and you don't have to update the mobile application, which is definetly harder.
Pentium10
2010-03-23 13:21:43
A:
For integrating Facebook to your app check following link: http://www.mobisoftinfotech.com/blog/android/845/
MAkS
2010-05-26 05:39:58
A:
I am using FB connect in my application. I am able to get first name, last name, age, sex, activities, But when i want to retrieve email, it returns null. Why is it so?
Sam
2010-05-27 07:00:00
+2
A:
The official Facebook SDK for Android is now available here: http://github.com/facebook/facebook-android-sdk/
You can read the announcement here: http://developers.facebook.com/blog/post/385
It's still rather rough around the edges
Mike
2010-06-16 20:02:15
I would say it has 11 BIG TIME issues that fails 90% of the time. Not usable for now
Daniel Benedykt
2010-06-17 15:17:39