Obtain facebook token access from authorization -
i have facebook account (lets call him admin), page, , application... have problems obtain extended token server script post in page's wall. in lot of tutorials, recommends call url:
https://graph.facebook.com/oauth/authorize?client_id=[app_id]&scope=manage_pages,publish_stream&redirect_uri=http://www.facebook.com/connect/login_success.html
i login facebook account, apply permissions, instead of give me code/token, got page this:
success advertencia de seguridad: trata la dirección url como si fuera tu contraseña y no la compartas con nadie.
with font red... i've tried 3 browsers, same results. i'm doing wrong? know (and updated) tutorial?
you using wrong flow and/or not handling current authentication flow.
that flow desktop applications , must parse access token returned in url message,
security warning: please treat url above password , not share anyone.
because access token given in open.
see page mor information https://developers.facebook.com/docs/facebook-login/login-flow-for-web-no-jssdk/
Comments
Post a Comment