[twitter-dev] STATUS update after getting the Auth token using by using X-auth.

2010-08-17 Thread LINUXGEEK
can any one help in updating the status of my twitter account by using
auth token and secret.

am getting 401 error while doing this..

can any one give me code for updating the status.


Re: [twitter-dev] STATUS update after getting the Auth token using by using X-auth.

2010-08-17 Thread Tom van der Woerdt
On 8/17/10 1:47 PM, LINUXGEEK wrote:
 can any one help in updating the status of my twitter account by using
 auth token and secret.
 
 am getting 401 error while doing this..
 
 can any one give me code for updating the status.

I could give you pseudocode, yes, but that will most likely be useless
to you.

Assuming that you know how to program a HTTP socket, what is the request
you make to twitter before getting this 401 error, and what is the base
string you use to generate the signature?

Tom


PS: People have said that I never mention the existence of libraries.
So, here I go: http://dev.twitter.com/pages/oauth_libraries
PPS: I dislike libraries.