[twitter-dev] updating a status receiving 401 unauthorized

2010-10-02 Thread eMailaya
hi i deleted my app. re-created it (again as read-write) and gave myself an authorization to use it. now i can receive my statuses and my followees statuses as many times as i want, i can even get my profile image. all is working fine! now i want to update a new status. made sure my info is

[twitter-dev] Re: updating a status receiving 401 unauthorized

2010-10-02 Thread eMailaya
error. What is your Base String used to make the signature? Tom On 10/2/10 4:20 PM, eMailaya wrote: hi i deleted my app. re-created it (again as read-write) and gave myself an authorization to use it. now i can receive my statuses and my followees statuses as many times as i want, i can

[twitter-dev] Re: not authorized over and over again

2010-10-01 Thread eMailaya
to date and `oauth_nonce` is unique each time you make a request. On Oct 1, 6:05 am, eMailaya a...@emailaya.com wrote: i could really use some help here thanks On Sep 29, 7:05 pm, eMailaya a...@emailaya.com wrote: any kind of help here will be appreciated thanks On Sep 28, 8:06

[twitter-dev] Re: not authorized over and over again

2010-10-01 Thread eMailaya
Unauthorized, did the API say anything else about it? Like incorrect signature, or something like that. On Oct 1, 5:05 pm, eMailaya a...@emailaya.com wrote: * please read my comments inside the * i store the token and token secret and i checked and they are the same here is what i do step

[twitter-dev] Re: not authorized over and over again

2010-10-01 Thread eMailaya
-issue the access token. Taylor On Fri, Oct 1, 2010 at 7:51 AM, eMailaya a...@emailaya.com wrote: the error is: http/1.1 401 unauthorized trying again (3rd time) to call the 2 calls again i succeed with getting the user's statuses but not his followees the fact that the oauth_token=X

[twitter-dev] Re: not authorized over and over again

2010-10-01 Thread eMailaya
unauthorized error but i will check it and get back if i need help about it till now, thank you very much for your help and guiding lines! On Oct 1, 8:31 pm, eMailaya a...@emailaya.com wrote: thank you for your reply 1. my app is in read/write mode - i just double checked it - and updating a new twit

[twitter-dev] Re: not authorized over and over again

2010-09-30 Thread eMailaya
i could really use some help here thanks On Sep 29, 7:05 pm, eMailaya a...@emailaya.com wrote: any kind of help here will be appreciated thanks On Sep 28, 8:06 pm, eMailaya a...@emailaya.com wrote: im doing the following:     Twitterh.Key := consumer key - hard coded

[twitter-dev] Re: not authorized over and over again

2010-09-29 Thread eMailaya
any kind of help here will be appreciated thanks On Sep 28, 8:06 pm, eMailaya a...@emailaya.com wrote: im doing the following:     Twitterh.Key := consumer key - hard coded     Twitterh.Secret := consumer secret - hard coded     Twitterh.OAuth_token := SettingsFile.ReadString('TWITTER

[twitter-dev] Re: not authorized over and over again

2010-09-28 Thread eMailaya
, make sure that you save the keys properly. For example, you don't want to confuse oauth_token with oauth_consumer_key. Tom On 9/28/10 12:39 AM, eMailaya wrote: Im developing a desktop application. firstly, the user needs to approve my app to let it access his account, enter the PIN code

[twitter-dev] not authorized over and over again

2010-09-27 Thread eMailaya
Im developing a desktop application. firstly, the user needs to approve my app to let it access his account, enter the PIN code and retrieve his statuses and his followees' statuses, all is working fine. im closing my application and re-open it. now i already have his PIN code so im skipping the