Describe the problem/error/question
Hello!
I am creating a node for Pocket that uses a variant of OAuth2. I tried implementing with the existing OAuth2 methods that are provided by n8n, however, that doesn’t work.
Pocket uses only the Consumer Key instead of the traditional Client ID and Secret. Also, the redirect URI and the Consumer Key are needed to be sent with the body as a POST request. I wasn’t able to achieve this using the existing method.
Can someone please help and let me know how this can be achieved?
Thanks!