Twitter API - oauth gem - not getting callback
Posted
by haries
on Stack Overflow
See other posts from Stack Overflow
or by haries
Published on 2010-02-10T06:31:07Z
Indexed on
2010/05/14
7:04 UTC
Read the original article
Hit count: 237
twitterapi
|oauth
I redirect the user of my application to Twitter for oauth style authentication using my app's request_token. The user is able to enter username and password on Twitter's page BUT then, instead of calling back my application, Twitter displays a page
You've successfully granted access to MyAppName!
Simply return to MyAppName and enter the following PIN to complete the process. 123456
Why is this happening?
I have set the callback url in my app's settings.
Thanks
© Stack Overflow or respective owner