I am implementing some ruby on rails code tweet stuff for my users. I
am creating the proper oauth link...something like

http://twitter.com/oauth/authenticate?oauth_token=y2RkuftYAEkbEuIF7zKMuzWN30O2XxM8U9j0egtzKv

but Twitter redirects the user to oauth/authorize after he clicks
"Allow" which then gives him the 7 digit PIN!

"You've successfully granted access to . Simply return to and enter
the following PIN to complete the process. 1234567"

According to this article
http://apiwiki.twitter.com/Sign-in-with-Twitter

Twitter should be redirecting the user to the callback URL I provided
in the application settings when I hit the /oauth/authenticate path
because that is saying that I am now a Desktop or iPhone app. Does
anyone know why this is happening?

Reply via email to