sromku/android-simple-facebook
{ "createdAt": "2013-07-29T11:52:50Z", "defaultBranch": "master", "description": "[Deprecated] Simple Facebook SDK for Android", "fullName": "sromku/android-simple-facebook", "homepage": "", "language": "Java", "name": "android-simple-facebook", "pushedAt": "2017-04-22T05:56:28Z", "stargazersCount": 873, "topics": [], "updatedAt": "2025-10-02T12:11:40Z", "url": "https://github.com/sromku/android-simple-facebook"}[Deprecated] android-simple-facebook
Section titled “[Deprecated] android-simple-facebook”Currently this lib was tested and works with graph api v2.3 and below. For now, I don’t have much time to maintain this library anymore. Beside this, Facebook made a lot of improvements on their side. Please, use their pure Android SDK.
Section titled “Currently this lib was tested and works with graph api v2.3 and below. For now, I don’t have much time to maintain this library anymore. Beside this, Facebook made a lot of improvements on their side. Please, use their pure Android SDK.”:mega: Thanks for everyone who was involved in making this project better over 3 years. A lot of apps used this project, which I am very proud of. Love you all :heart:
Section titled “:mega: Thanks for everyone who was involved in making this project better over 3 years. A lot of apps used this project, which I am very proud of. Love you all :heart:”Simple Facebook SDK for Android which wraps original Facebook SDK.
This is a library project which makes the life much easier by coding less code for being able to login, publish feeds and open graph stories, invite friends and more.
Since my feeling was that the usage of Facebook SDK was too complicated for simple actions like login, I decided to create simpler API for the same actions. I use this library in my applications and maintain the code.
Community & Issues
Section titled “Community & Issues” Facebook page:
Library: simple-fb
Stack overflow: android-simple-facebook
Issues:
here
Latest Release
Section titled “Latest Release”dependencies { compile 'com.sromku:simple-fb:4.1.1'}Old Versions
Section titled “Old Versions”| Library jar | Branch | Supported Facebook SDK |
|---|---|---|
| simple-facebook-2.2.jar | v2.0 | 3.14 - 3.23 |
| simple-facebook-1.2.jar | v1.0 | 3.0 - 3.8 |
Sample App
Section titled “Sample App”The sample app includes examples for all actions. Check out this very short wiki page of how to run and setup the sample app.
Setup/Configuration
Section titled “Setup/Configuration”Features
Section titled “Features”-
Login/Logout
-
Publish
-
Requests/Invite
-
Get
-
Additional options
-
Samples
And,
- Based on latest Facebook SDK and Graph API.
- Supports oldest Graph API versions.
- Permission strings are predefined.
- No need to use
LoginButtonview for being able to login/logout. You can use anyView. - No need to care for correct login with
READandPUBLISHpermissions. Just mention the permissions you need and this library will care for the rest. - Open graph support
- And much more
Documentation
Section titled “Documentation”Everything is explained in wiki
Contributors
Section titled “Contributors”- Rony Lutsky
- Martín Marconcini
- Koray Balcı
- Andrew Chen
- Denny Huang
- Mateusz Mlodawski
- booker0108
- Ansgar Mertens
- bperin
- Norbert Schuler
- Chang Yu-heng
- Samed Ozdemir
- Filipe de Lima Brito
License
Section titled “License”Copyright 2013-present Roman Kushnarenko
Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.