I'm playing around with the Facebook-API. For authentication, the user will be sent to an oauth-dialog. After permitting access, the user's browser is redirected to an address specified in the facebook-application settings. We've requested scope=offline_access and response_type=token, so the post-auth redirect contains a valid access-token. So far, so good. Now my question: is it possible without user-interaction to re-request this access-token? (ex: the server did not catch the after-auth request from oauth-dialog)
Thanks for any enlightement :-)