android-simple-facebook

Additional

Language
Java
Version
2.2 (Oct 29, 2014)
Created
Jul 29, 2013
Updated
Apr 22, 2017 (Retired)
Owner
Roman Kushnarenko (sromku)
Contributors
booker0108
Rony Lutsky (ronlut)
Mateusz Młodawski (MateuszMlodawski)
Roman Kushnarenko (sromku)
Denny Huang (denny0223)
Koray Balci (koraybalci)
Andrew Chen (yongjhih)
Brian (bperin)
Norbert Schuler (norbertschuler)
Jason Wihardja (jason-wihardja)
Johann Chang (mrjohannchang)
11
Activity
Badge
Generate
Download
Source code

[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.

???? 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 ❤️


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

Facebook page: Library: simple-fb
Stack overflow: android-simple-facebook
Issues: here

Latest Release

dependencies {
    compile 'com.sromku:simple-fb:4.1.1'
}

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

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

Features

And,

  • Based on latest Facebook SDK and Graph API.
  • Supports oldest Graph API versions.
  • Permission strings are predefined.
  • No need to use LoginButton view for being able to login/logout. You can use any View.
  • No need to care for correct login with READ and PUBLISH permissions. Just mention the permissions you need and this library will care for the rest.
  • Open graph support
  • And much more

Documentation

Everything is explained in wiki

Contributors

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, software
distributed 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 and
limitations under the License.