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
- Host: GitHub
- URL: https://github.com/casidiablo/android-facebook
- Owner: casidiablo
- Created: 2011-06-12T20:56:21.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T17:07:34.000Z (over 2 years ago)
- Last Synced: 2025-04-09T23:12:49.115Z (9 months ago)
- Language: Java
- Homepage:
- Size: 81.1 KB
- Stars: 15
- Watchers: 4
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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