fxneumann / oneclickpocket

Pocket plugin for Tiny Tiny RSS
38 stars 9 forks source link

Unable to request access token due to missing URL parameter #4

Open deviantintegral opened 11 years ago

deviantintegral commented 11 years ago

I was unable to set up Pocket integration through the UI as the "Generate Access Token" link was missing the consumer key parameter. For example:

https://example.com/plugins/oneclickpocket/auth.php?consumer_key=

I would have thought I could just save the form and reload the link, but both fields are required. I was able to just hack the URL myself in a new tab to generate the access token, but that's not a great solution.

It looks like we just need a bit of JS added to dynamically set up that link.