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

[twitter-dev] Re: OAuth authentication issuse

2010-08-17 Thread LINUXGEEK
hey am getting the same error like UnAuthorized here is my code.. if anything wrong plz replay its urgent private void StatusUpdate() throws CryptoTokenException, CryptoUnsupportedOperationException, IOException { String oauth_signature_method =

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

2010-08-18 Thread LINUXGEEK
code.. On Aug 17, 7:24 pm, Tom van der Woerdt i...@tvdw.eu wrote: 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

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

2010-08-18 Thread LINUXGEEK
to Twitter, and can you give the Base String which you use for generating the signature? Tom On 8/18/10 8:08 AM, LINUXGEEK wrote: private void StatusUpdate() throws CryptoTokenException,                    CryptoUnsupportedOperationException, IOException {            String

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

2010-08-18 Thread LINUXGEEK
, but like I said, I don't know Java very well. Can you show the actual request you make, instead of code? Like the POST /1/statuses/update.json HTTP/1.1 part. Also include the base string which you use. Tom On 8/18/10 12:38 PM, LINUXGEEK wrote: Thanks for the replay i was waiting

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

2010-08-18 Thread LINUXGEEK
to me, but like I said, I don't know Java very well. Can you show the actual request you make, instead of code? Like the POST /1/statuses/update.json HTTP/1.1 part. Also include the base string which you use. Tom On 8/18/10 12:38 PM, LINUXGEEK wrote: Thanks for the replay i

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

2010-08-18 Thread LINUXGEEK
yep.. am running it in blackberry On Aug 18, 4:33 pm, Ernandes Jr. ernan...@gmail.com wrote: Are you running it on a Blackberry? :) On Wed, Aug 18, 2010 at 8:29 AM, LINUXGEEK yakubpash...@gmail.com wrote: hello Ernandes up to now is studied your code but  i am getting structed while using

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

2010-08-18 Thread LINUXGEEK
thank you very much Ernandes. On Aug 18, 6:40 pm, Ernandes Jr. ernan...@gmail.com wrote: OK! I am working on this issue. Hope to get a fix for that very soon. Regards, Ernandes On Wed, Aug 18, 2010 at 8:48 AM, LINUXGEEK yakubpash...@gmail.com wrote: yep.. am running

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

2010-08-18 Thread LINUXGEEK
is invalid. Hope that helps, Matt Harris Developer Advocate, Twitterhttp://twitter.com/themattharris On Aug 17, 2010, at 23:08, LINUXGEEK yakubpash...@gmail.com wrote: private void StatusUpdate() throws CryptoTokenException,            CryptoUnsupportedOperationException, IOException

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

2010-08-18 Thread LINUXGEEK
On Aug 17, 2010, at 23:08, LINUXGEEK yakubpash...@gmail.com wrote: private void StatusUpdate() throws CryptoTokenException,            CryptoUnsupportedOperationException, IOException {        String oauth_signature_method = HMAC-SHA1;        String oauth_timestamp = String.valueOf(timestamp

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

2010-08-19 Thread LINUXGEEK
I have done with it... now am able to post my status through my application... On Aug 19, 9:37 am, LINUXGEEK yakubpash...@gmail.com wrote: i have changed and tried but still the same issue.. please help me. thanks regards yakub pasha On Aug 18, 8:31 pm, Matt Harris mhar...@twitter.com

[twitter-dev] Re: Oauth Incorrect signature Error

2010-08-19 Thread LINUXGEEK
Once check the Base string just now i have done with it in j2me.. On Aug 18, 11:23 pm, Olu oowos...@gmail.com wrote: Hi Taylor, I made the following changes to my code    - I made the status only one word.    - Changed my curl statements to the following:              $ch =

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

2010-08-20 Thread LINUXGEEK
thank you Harris... On Aug 20, 11:40 am, Matt Harris thematthar...@twitter.com wrote: Glad to hear you got it worked out. Matt On Thu, Aug 19, 2010 at 10:55 PM, LINUXGEEK yakubpash...@gmail.com wrote: I have done with it... now am able to post my status through my application