|
||||||||
Facebook: User does not allow authentication*****read Facebook website here for latest ***************** What happens when the user does not allow the app to have the permissions your requested: Suppose request your program sent was to: REQUEST sent https://www.facebook.com/dialog/oauth?client_id=YOUR_APP_ID If the user presses Don't Allow, your app is not authorized. The OAuth Dialog will redirect (via HTTP 302) the user's browser to the URL you passed in the redirect_uri parameter with the following error information:
OUTPUT sent to your program from Facebook http://YOUR_CANVAS_PAGE?error_reason=user_denied&
|
||||||||
© Lynne Grewe |