Am 22.04.2009 um 15:37 schrieb Abraham Williams:

> Also when you are building the authorize url to send users to  
> twitter.com you can add "&oauth_callback=http://localhost/callback";  
> and that will override your applications registered callback.
>


OAuth::Consumer.new("xxxxxxxxxx", "xxxxxxxxxx",
{ 
:site=>"http://twitter.com/oauth/authorize?oauth_callback=http://localhost:3000/callback
 
" })


I can see the site where I have to Deny or Allow access.
When I click "Allow" I will be redirected to the Domain which I  
entered in the
OAUTH Clients Registration Form (http://www.twitter.com/oauth_cleints)

Seems that the oauth_callback parameter does not work!
Is it in the wrong place?

Any hints!?

Thanx


Reply via email to