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
- Integrate Facebook SDK according to https://developers.facebook.com/quickstarts/ and https://developers.facebook.com/docs/android/getting-started/
- Integrate facebook sign-in according to this tutorial and our sample code:
- You can use a simple button instead of the button provided by the SDK. See facebook_sign_in_button
- See DashboardActivity for front end sample code
- Backend code is getEmailFromToken. You don't need to make any change, but you will set "facebookClientId" and "facebookClientId" on app.properties.
It's similar with the Android one. Can anybody help write the steps for IOS ?