Felix Neumann

Results 5 comments of Felix Neumann
trafficstars

I get the same error when I use a wrong consumer key. Could you please make sure you are using the key you created exactly as displayed at http://getpocket.com/developer/apps/ ?

Well, that would have been too easy a solution. Three more things to troubleshoot: 1) Please provide the URL of the page displaying the error. It should start with https://getpocket.com/auth/authorize?...

Hm, the URL looks exactly as it should, your consumer key is correct. You can use the access token generated with my installation, it's only connected to your consumer key...

Depending on what you want it's quite easy: just add an item »tags« to the array $postfields in line 71ff of init.php: ``` $postfields = array( 'consumer_key' => $consumer_key, 'access_token'...

Thank you very much for your fix! I just merged the pull request. (Even without this correction it worked for me since 2013, so there was no need for updates...