skip to Main Content

I want to create a custom relative layout for fb login, and on click of this layout, the default fb login button should get triggered for fb login, using fb login api.

2

Answers


  1. You can Integrate Facebook Login into your app by Using Google Firebase.

    REfer this link:
    https://firebase.google.com/docs/auth/android/facebook-login

    Login or Signup to reply.
  2. Found a much better method, without using GoogleFirebase. Create a layout and onclick of that layout, call LoginButton.performClick();

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search