I'm a little confused on how the signature is done in Twitter oauth
because I found this on
my registered app in the dev area of Twitter on a page.

   Here's your OAuth 1.0a access token for XXXXXXX
   Use the token string as your oauth_token and the token secret as
your oauth_token_secret when signing requests.

But I thought the Signing combined the consumer secret and token
secret?

I am trying to track down why I'm getting a 401 Unauthorized
(Incorrect Signature) on the response of home_timeline and statuses/
destroy

However,I can go through the request, authorize, access process with
Oauth and then get the user_timeline just fine.

I would appreciate any help on this.

Just need to get a user_Timeline and if I want, destroy a status and I
can't destroy.

Thanks,
David

-- 
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