Reputation: 3689
How can we get Facebook APIs for Android?
Upvotes: 0
Views: 202
Reputation: 1157
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)
Upvotes: 0
Reputation: 462
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
Upvotes: 3