I have integrated the Facebook SDK into my Android app (authenticating to Firebase). I am requesting "email" and "public_profile" permissions. I am testing this on a phone without the Facebook app, so the following is happening in Chrome through facebook.com.
The first time the user clicks the LoginButton he is asked to accept permissions. After doing so he is returned to my app and authentication is successful.
After that, however, when the user clicks the LoginButton again, he is shown a screen saying "You have already authorised ..."
I want this step to be skipped ff the user already did authorised my app, but how?