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.
Question posted in Facebook API
The official documentation for the Facebook APIs can be found here.
The official documentation for the Facebook APIs can be found here.
2
Answers
You can Integrate Facebook Login into your app by Using Google Firebase.
REfer this link:
https://firebase.google.com/docs/auth/android/facebook-login
Found a much better method, without using GoogleFirebase. Create a layout and onclick of that layout, call LoginButton.performClick();