I am using javascript and proxy to basically make request_token call
and once i get an unAuthorized token, I am then doing:
http://twitter.com/oauth/authorize?oauth_token=KpQu4RvuEutVKvb9UUwHQpYDOzX5YRzYu71Z3Huieuc&oauth_callback=http://rr.mydomain.com:7070/tcallback.jsp

- i think encode the above url and do a HTTP GET.

but twitter after authorization, redirects to:
http://rr.mydomain.com:7070/mydomain/http%3A%2F%2Ftwitter.com%2Foauth%2Fauthorize%3Foauth_token%3DKpQu4RvuEutVKvb9UUwHQpYDOzX5YRzYu71Z3Huieuc%26oauth_callback%3Dhttp%3A%2F%2Frr.mydomain.com%3A7070%2Ftcallback.jsp

<mydomain>/<the url i send to twitter to authorize>, its not looking
into aouth_callback section.

What Am I missing?

Reply via email to