Search code examples
javaandroidfacebookgmail

Registration with Gmail / Facebook credentials in an Android app


I have an android app which is having a registration page. In that I want to integrate with Gmail and Facebook separately .So that user dont have to register themselves with new credentials .They can use Gmail or Facebook login id and password to login themselves. As I am new to Android .kindly give some solution Step wise .Thanks in advance


Solution

  • Here is the very easy way to integrate facebook SDKs with android code.

    1. Official facebook integration document
    2. Easy facebook integration.

    How to integrate Facebook in my android application?