Hi,

 I am working on a Desktop Twitter client for OS X and try to
implement OAuth login with a custom url-scheme. It is the client
Twittia http://wiki.github.com/jeena/Twittia/

I wrote to the a...@twitter.com and talked about it with them and they
finally send me here for help. They say that they have set the custom
URI-Scheme to:

twittia://oauth_token/

The problem is I never get back anything like twittia://oauth_token/
when I look at the website which redirects the user I see:

<meta http-equiv="refresh" content="0;url=twittia:///?
oauth_token=DEZzXy9JBF5YtUdoUdQCPhHtVHiWHUUj6uaDBMLOE">

no sign of a oauth_verifier like it says in the documentatiuon. And
without it I can't get an access_token. The system works perfect with
a PIN but the redirect just doesn't work and I don't know what to do
about it.

Any help is appreciated.

 /Jeena

Reply via email to