Is this statement true? Just trying to understand the flow…
When the facebook API does a login() call, it fires up the native app (or web app) ONLY IF:
- The user hasn’t granted permissions to your facebook app
- The facebook API tries to log you in, but the token is expired
That sound correct?