I am introducing some rubies for rails cheat code for my users. I am creating the proper oauth link ... something like
http:
But after my test account grants access to twitter, it will pull out a page with the message "You have successfully granted access." Just go back and enter the following PIN to complete the process. 1234567 "
I have no idea where the user should enter this PIN and why he should do it. I do not think that this should be a necessary step. Twitter should redirect the user to the callback URL that I specified in the application settings. Does anyone know why this is happening?
UPDATE
I found in this article that says I need to send my users to this URL (check "authenticate" instead of "authorize"):
http:
I made changes, but Twitter redirects the user to the authorization path after he clicks “Allow”, which then gives him a 7-digit PIN code again!
source
share