Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 640 Bytes

File metadata and controls

13 lines (8 loc) · 640 Bytes

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