Hey all,

This is my first post in this group, hi!

I am having trouble making a request on 
https://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