Skip to content

Latest commit

 

History

History
 
 

spring-android-facebook-client

Spring for Android Facebook Client

Introduction

This sample app includes an Android client which connects to Facebook. This illustrate the integration of Spring Social with Spring for Android. The Android project requires set up of the Android SDK. See the main README at the root of this repository for more information about configuring your environment.

Build and run the Android App

This command will attempt to deploy and run the app to all available devices:

$ mvn clean package android:deploy android:run