I am redirecting the user of my application on Twitter for oauth-style authentication using my request_token application. The user can enter the username and password on the Twitter page, but instead of redirecting my application, Twitter displays the page
You have successfully granted access to MyAppName!
Just go back to MyAppName and enter the following PIN to complete the process. 123456
Why is this happening?
I set the callback url in my application settings.
thank
source
share