Re: [oauth] about twitter

2010-09-22 Thread Robin Gareus
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/23/10 03:18, Robin Gareus wrote: On 09/10/10 16:57, Lee Mr wrote: I wrote a twitter client with llib, but I do not know how to pass parameters. This is my codes: char *update_url=http://api.twitter.com/1/statuses/update.xml;; req_uri =

[oauth] about twitter

2010-09-14 Thread Lee Mr
I wrote a twitter client with llib, but I do not know how to pass parameters. This is my codes: char *update_url=http://api.twitter.com/1/statuses/update.xml;; req_uri = oauth_sign_url2(update_url, NULL, OA_HMAC, NULL, customerKey, customerSecret,access_token,access_token_secret); char *response =

Re: [oauth] about twitter

2010-09-14 Thread Lasantha
Where is your status parameter? On Fri, Sep 10, 2010 at 9:57 AM, Lee Mr dugucang...@gmail.com wrote: I wrote a twitter client with llib, but I do not know how to pass parameters. This is my codes: char *update_url=http://api.twitter.com/1/statuses/update.xml;; req_uri =