Sorry, something went wrong after cancel application connexion on SDK 3.0
问题 I'm using the new PHP SDK 3.0 and I use the new getLoginUrl() function with the following parameters. $paramsLogin = array( 'scope' => PERMISSIONS, 'redirect_uri' => REDIRECT_URI ); If the user clicks "cancel" on the application permissions popup, I redirect the user on an error page which contains a message explaining that he has to accept the permissions in order to participate to the contest and a new login button. But when i click on the login button again, facebook displays the following