1. Yes
2. Interesting point. I'm probably not sending a UTC timestamp!
3. We take care of this

Thanks! I'm going to play with the timstamp.

On Nov 18, 5:53 pm, themattharris <thematthar...@twitter.com> wrote:
> Hey Chrys,
>
> A couple of things to check first:
>
> 1. Have you been granted xAuth access?
> 2. Double check the timestamp of your request is within 10 or so
> minutes of the time returned by Twitter's servers. Our server time is
> in UTC.
> 3. Verify your encoding is correct. For example: a password like ab$
> %&123 should be in your basestring as ab%2524%2525%2526123 and in your
> post body as ab%24%25%26123.
>
> Best,
> Matt
>
> On Nov 18, 5:31 pm, Chrys Bader <chr...@gmail.com> wrote:
>
>
>
>
>
>
>
> > *bump*
>
> > I've run my base string through an oAuth verifier (http://quonos.nl/
> > oauthTester/), and it all checks out!
>
> > Any ideas?
>
> > On Oct 27, 4:50 pm, Chrys Bader <chr...@gmail.com> wrote:
>
> > > Hey all,
>
> > > This is my first post in this group, hi!
>
> > > I am having trouble making a request 
> > > onhttps://api.twitter.com/oauth/access_token.
> > > I've been at this for 2 days and I can't make any progress.  I feel
> > > like everything matches up with all examples, documentation, and other
> > > forum posts perfectly.
>
> > > Here is my post body:
>
> > > x_auth_username=oauth_test_exec&x_auth_password=twitter-
> > > xauth&x_auth_mode=client_auth
>
> > > Here is my base string (using the example's test credentials):
>
> > > POST&https%3A%2F%2Fapi.twitter.com%2Foauth
> > > %2Faccess_token&oauth_consumer_key%3DJvyS7DO2qd6NNTsXJ4E7zA
> > > %26oauth_nonce%3DE0E37C06-F12A-407B-8D80-20C78FF6183A
> > > %26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp
> > > %3D1288223176%26oauth_version%3D1.0%26x_auth_mode%3Dclient_auth
> > > %26x_auth_password%3Dtwitter-xauth%26x_auth_username%3Doauth_test_exec
>
> > > Here is my Authorization header:
>
> > > OAuth oauth_timestamp="1288223176", oauth_nonce="E0E37C06-
> > > F12A-407B-8D80-20C78FF6183A", oauth_version="1.0",
> > > oauth_consumer_key="JvyS7DO2qd6NNTsXJ4E7zA",
> > > oauth_signature_method="HMAC-SHA1", oauth_signature="IwPFrvb0PExyS
> > > %2F2QQvtbelsWk48%3D"

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to