Facebook APIs for Android
How can we get Faceb开发者_开发技巧ook APIs for Android?
I would suggest using the following SDK put together as an open source project. You will need to get a facebook api key directly from facebook.
https://github.com/facebook/facebook-android-sdk
If you plan on working with Facebook and other APIs in your Android app, you might consider the Temboo SDK which provides normalized access to Facebook and many other APIs. The Android SDK is an open download (https://www.temboo.com/download) although you'll need a (free) Temboo account to do anything with it.
(Full disclosure: I work at Temboo)
精彩评论