Skip to content

mrjohannchang/android-simple-facebook

 
 

Repository files navigation

android-simple-facebook

Simple Facebook SDK for Android which wraps original Facebook SDK.
For support of older versions of facebook SDK 3.8 and below, go to v1.0 branch.

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 API in my applications and maintain the code.

Stack overflow tag: android-simple-facebook

Releases

Library jar Branch Supported Facebook SDK
simple-facebook-2.2.jar master 3.14 >
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 v2.1
  • 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

Android Arsenal

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.

About

Simple Facebook SDK for Android

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%