Hi there,
I am trying to build a simple app to retrieve Pocket articles using Pocket Developer Program: Pocket API: Retrieve
I am stuck trying to authorize the Pocket API via the API Connector. I am following the instructions here:
Specifically I got as far as step 5.
The “authorize” API call initialization fails with a “400 Bad Request - Raw response for the API” error. I tried to change al the API connector params and nothing works. I am stuck so any help is appreciated. (see screenshots for how the app call is defined and the error)
Please note that I have not been able to successfully get this to work in POSTMAN either. I did manage to complete the authorization flow and retrieve articles via curl requests however.
My app can be found here
Thanks a lot in advance!
Raul
PS. Interestingly, the Call appears initialized (despite the error) so I can use in a workflow but then get an error at runtime. This could be a related bug?