Chrome Extension: Facebook OAuth with manually retrieved access token?
问题 As stated in the Facebook Oauth Documentation, in order to use the Client Side Flow with a Desktop App, the special return_uri https://www.facebook.com/connect/login_success.html is required. Opening a new tab from Chrome to the url https://www.facebook.com/dialog/oauth?client_id=MYAPPID&redirect_uri=https://www.facebook.com/connect/login_success.html&response_type=token works as expected, I am redirected to the login_success page with an access_token parameter containing the token. I can