开发者

Oauth C Library

开发者 https://www.devze.com 2023-02-01 18:08 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消