I am creating an android app and using Google and Facebook Login for user authentication using OAuth tokens. I am planning to get the authorization code on my app and send it securely to my backend server where i will request for the access token. I am able to do this for Google. But I am unable to find code/lib/documentation to get the authorization code from Facebook in my app. Can someone point me to code or any documentation for the same ?
Thanks in advance.