Re: [twitter-dev] Using oauth in a desktop app

2010-06-02 Thread Arthur Pires
onal query > parameters returned to you in the access token step. If this is the case, > you can make your first API call to > http://api.twitter.com/1/account/verify_credentials.json or .xml, which > will return information you need about the user in a format you can easily > consume.

[twitter-dev] Using oauth in a desktop app

2010-06-02 Thread Arthur Pires
After some work (and some help from the group) my implementation works, but... The QUEST to get an access token 1. app gets a request token from twitter 2. user clicks a button on the ap 3. app opens a twitter page, user types username/password 4. twitter gives user a PIN 5. user u

Re: [twitter-dev] Re: twitter keeps refusing my token request

2010-06-02 Thread Arthur Pires
g (instead of %5F). > > Taylor > > On Wed, Jun 2, 2010 at 4:22 AM, Arthur Pires wrote: > >> Thanks for finding that, but twitter still refuses it >> >> basestring: >> >> POST&http%3A%2F%2Fapi.twitter.com >> %2Foauth%2Frequest%5Ft

Re: [twitter-dev] Re: twitter keeps refusing my token request

2010-06-02 Thread Arthur Pires
Thanks for finding that, but twitter still refuses it basestring: POST&http%3A%2F%2Fapi.twitter.com %2Foauth%2Frequest%5Ftoken&oauth_consumer_key%3DdHbWZ6idD9VEuQ5tNUufA%26oauth_nonce%3D6739551275477403%26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp%3D1275477403%26oauth_version%3D1.0 aut