C library implementing OAuth Core RFC 5849 standard for authentication
C library for the OAuth Core RFC 5849 standard
liboauth$ oauth_sign_request2 --consumer-key KEY --consumer-secret SECRET --token TOKEN --token-secret TSECRET GET http://api.example.com/endpoint$ oauth_url_escape 'hello world' | oauth_b64_encode$ oauth_verify_signature REQUEST_TOKEN CONSUMER_SECRET TOKEN_SECRET SIGNATURE