Oauth C Library

I am looking for a simple oauth source for a c program. (Only for Twitter status updates) How can I do this at least? Or please point me to a simple program that does this.

Thank.

+3
source share
3 answers

Check out liboauth . There are several examples included in the source, for example oauthexample.c .

+4
source

this is the PHP PECL OAuth Extension, an open source extension written in C, executor, and client. The archive includes the source .c files:

http://pecl.php.net/package/oauth

Regards

0
source

- c liboauth json-c, twitc.

main.c README. github, .

0
source

Source: https://habr.com/ru/post/1782085/


All Articles