Please help!
I am trying to genereate response_type=code from the android sdk, but i am not able to see any option to do that. I can do the same for the web browser using redirect urls, but not for the Facebook android sdk. I need that code to authenticate the user at the server side. I am getting the token, but that token should be used on the frontend side only, I even checked the manual build flow, it involves the browser redirection, is there any way i can generate the response_type=code, using the android sdk.
Thank you in advance.