emacs-oauth icon indicating copy to clipboard operation
emacs-oauth copied to clipboard

An oauth library for emacs

Results 5 emacs-oauth issues
Sort by recently updated
recently updated
newest added

To make the tumblesocks package work with emacs 28.2 I had to replace oauth-build-signature-hmac-sha1 with ``` (defun oauth-build-signature-hmac-sha1 (req secret) "Returns the signature for the given request object" (let* ((token...

Hello, thanks for creating this package! I fix trivial for my first contribution step!

I've noticed, using Postman, that I manage to authenticate and get tokens, if I unchek "Encode Oauth Signature", while using this in my code, does not work and I get...

How would I go about using `oauth.el` to get an access token from a xAuth service (Instapaper) requiring me to pass along extra parameters in the body of a POST...

I set up my own instance of StatusNet and I am trying to authenticate using emacs-oauth (via identica-mode), but I am unable to do so. I have made some hackings...