Kandha
Kandha

Reputation: 3689

Facebook APIs for Android

How can we get Facebook APIs for Android?

Upvotes: 0

Views: 202

Answers (2)

mflaming
mflaming

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

dlongest
dlongest

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

Related Questions