Oauth C Library
I am looking for a simple oauth source for a c program. (Only for twitter status updates) How can i do that at least? Or please point 开发者_如何学编程me a simple program that does this.
Thank you.
Check out liboauth. There are some examples included with the source, such as oauthexample.c.
this is the PHP PECL OAuth Extension - open source extension written in C, implementing provider and client. Included in the archive are .c source files:
http://pecl.php.net/package/oauth
Best regards
I wrote a mini C library using liboauth and json-c called twitc.
There is a basic example in main.c and instructions in the README. Feel free to file a github issue if you have any problems.
精彩评论