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 = oauth_http_get(req_uri,NULL);
I want update my twitter, but return error. I need some sample code, or a method. -- You received this message because you are subscribed to the Google Groups "OAuth" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/oauth?hl=en.
