I\'m working on a project where I need to implement signing in using Facebook authorization on android. I\'ve implemented Facebook API but it provides access token, when I n
Everything you need is on the official Facebook page.
Manually building a login flow: https://developers.facebook.com/docs/facebook-login/manually-build-a-login-flow
Android SDK: https://developers.facebook.com/docs/android/
Android SDK source code: https://github.com/facebook/facebook-android-sdk