[oauth] New Cocoa OAuth2 Client

2010-09-14 Thread Ullrich Schäfer
Hello, I wasn't satisfied with the existing oauth 2 clients for cocoa (mac iphone) and created a new one which will be used in the official API wrapper for soundcloud. Any chance to get it added to the list outh.net/2? The URL to find it is http://github.com/nxtbgthng/OAuth2Client Thanks

[oauth] Query String to get the contact

2010-09-14 Thread AA
Hello All, I am new to OAuth / Open Id developer community , Using .Net framework, Our requirement is to retrieve the contact's info from user google account, With oAuth / open Id i could able to login and get the access token, but i am bit confused how to use the Access token to retrieve the

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