pocket-lib.el icon indicating copy to clipboard operation
pocket-lib.el copied to clipboard

Emacs library for the getpocket.com API

Results 6 pocket-lib.el issues
Sort by recently updated
recently updated
newest added

**Bug** When initially logging in using `pocket-lib-get`, I get the following error: ``` (error "pocket-lib: Unable to get request token: (error pocket-lib: Unable to get request token: (error pocket-lib: Unable...

See https://github.com/alphapapa/pocket-reader.el/issues/50

enhancement

This is exactly the same issue as https://github.com/alphapapa/ts.el/issues/22 it's already fixed on master. Could you tag a new release containing the fix?

`with-temp-file` in `pocket-lib--save-access-token` errors if file's directory does not exist. I encountered this issue in your `pocket reader` package. This leads an error to ```lisp pocket-lib--authorize: Opening output file: No...

bug

`with-temp-file` throws error if the directory of the file doesn't exist

Hi. I can't get an access token. I checked the code, and from what I understand the flow is: 1) with the consumer key, request a request_token 2) user auths...