You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tasks/facebook
Sam Bosley dc900784bb Fixed some crashes caused by dialog dismissals in the FB library 12 years ago
..
examples Update facebook project to version 1.2.1, commit 5a72863 12 years ago
facebook Fixed some crashes caused by dialog dismissals in the FB library 12 years ago
tests Merge commit '4417444235a32ed896050c312752c55246f695a5' as 'facebook' 13 years ago
.gitignore Adding facebook classpath and project so it can be imported into Eclipse 13 years ago
Facebook.apk Merge commit '4417444235a32ed896050c312752c55246f695a5' as 'facebook' 13 years ago
README.md Update facebook project to version 1.2.1, commit 5a72863 12 years ago

README.md

This open source Java library allows you to integrate Facebook into your Android application. Except as otherwise noted, the Facebook Android SDK is licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)

Getting Started

See our Android SDK Getting Started Guide

Sample Applications

This library includes three sample applications to guide you in development.

  • simple: A bare-bones app that demonstrates authorization, making API calls, and invoking a dialog.

  • stream: This slightly beefier application lets you view your news feed.

  • Hackbook: This includes Single Sign On implementation (SSO), sample API calls, and advanced features like Get new Permissions, Run sample FQL Query and Graph API Explorer. Check out Hackbook for Android

Report Issues/Bugs

Bugs

Questions