[twitter-dev] Re: No oauth_verifier in custom URI (Desktop)

2010-05-16 Thread Jeena
Something new on this topic?

 /Jeena


[twitter-dev] No oauth_verifier in custom URI (Desktop)

2010-05-14 Thread Jeena
Hi,

I am trying to use a callback URL with my desktop client. Twitter
added twittia://oauth_token/ as my callback url but when I try to use
it and open the

http://twitter.com/oauth/authorize?oauth_token=mDu9cZQBVCm0yrZufUAKujduyIxl7OoFwAlEM3q7rg

resource in the browser, the user authorizes the app and should be
send back to the url:

twittia://oauth_token/

But it never gets. If I look on the websites HTML code I just see:

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

You see no oauth_verifier which I need to proceed. Does someone know
what I am doing wrong?

 /Jeena


[twitter-dev] Re: No oauth_verifier in custom URI (Desktop)

2010-05-14 Thread Jeena
Ok great, looking forward to it.

On May 14, 6:19 pm, Taylor Singletary taylorsinglet...@twitter.com
wrote:
 Hi Jeena,

 I'll investigate this and let you know what I figure out.

 Taylor Singletary
 Developer Advocate, Twitterhttp://twitter.com/episod

 On Fri, May 14, 2010 at 9:09 AM, Jeena jeenaparad...@gmail.com wrote:
  Hi,

  I am trying to use a callback URL with my desktop client. Twitter
  added twittia://oauth_token/ as my callback url but when I try to use
  it and open the

 http://twitter.com/oauth/authorize?oauth_token=mDu9cZQBVCm0yrZufUAKuj...

  resource in the browser, the user authorizes the app and should be
  send back to the url:

  twittia://oauth_token/

  But it never gets. If I look on the websites HTML code I just see:

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

  You see no oauth_verifier which I need to proceed. Does someone know
  what I am doing wrong?

   /Jeena




[twitter-dev] OAuth login without PIN but with callback on cesktop.

2010-05-10 Thread Jeena
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