Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.35 KB

facebook_mobile.md

File metadata and controls

19 lines (10 loc) · 1.35 KB

Facebook Login for Mobile Clients

You will integrate Facebook's Android/IOS SDK, get the access token after user has signed-in, and send the token to http://your-backend/token/new/social/by-token/google/mobile

Steps for Android

  1. Integrate Facebook SDK according to https://developers.facebook.com/quickstarts/ and https://developers.facebook.com/docs/android/getting-started/
  2. Integrate facebook sign-in according to this tutorial and our sample code:
  3. Backend code is getEmailFromToken. You don't need to make any change, but you will set "facebookClientId" and "facebookClientId" on app.properties.

Steps for IOS

It's similar with the Android one. Can anybody help write the steps for IOS ?