An open API service indexing awesome lists of open source software.

https://github.com/casidiablo/android-facebook

Tunned Facebook SDK for Android
https://github.com/casidiablo/android-facebook

Last synced: 9 months ago
JSON representation

Tunned Facebook SDK for Android

Awesome Lists containing this project

README

          

This is a stand-alone implementation of the [official Facebook library for Android][1]. You could want to use
this library if you do not want to deal with [Android Libraries][2], but instead use a JAR directly or
through Maven.

###Download

Latest version available is `1.6`:

- [Download JAR][3]
- [Download Sources][4]
- [Download Javadoc][5]

###Maven

You can use it from Maven by including this dependency and repository:

```xml

...

...

com.codeslap
android-facebook
1.6
compile



codeslap
http://casidiablo.github.com/codeslap-maven/repository/

```

[1]: https://github.com/facebook/facebook-android-sdk
[2]: http://developer.android.com/guide/developing/projects/index.html#LibraryProjects
[3]: http://casidiablo.github.com/codeslap-maven/repository/com/codeslap/android-facebook/1.6/android-facebook-1.6.jar
[4]: http://casidiablo.github.com/codeslap-maven/repository/com/codeslap/android-facebook/1.6/android-facebook-1.6-sources.jar
[5]: http://casidiablo.github.com/codeslap-maven/repository/com/codeslap/android-facebook/1.6/android-facebook-1.6-javadoc.jar