C library for OAuth Core RFC 5849 authentication protocol
C library for the OAuth Core RFC 5849 standard
$ pkg-config --modversion oauth$ pkg-config --cflags --libs oauth$ gcc myapp.c $(pkg-config --cflags --libs oauth) -o myapp$ brew info liboauth$ ./configure && make