I'm trying to use OpenBankProject to get Token, but in Postman I cannot do this due to Status 400 Bad Request
and the following parameters are missing : oauth_callback
.
From doc
I get info that it should be:
- Method POST
- Authorization: Add params to header
- Content-Type: application/x-www-form-urlencoded
- Signature Method: HMAC-SHA256
- Generated Consumer Key and Consumer Secret
And I tried to add Value oauth_callback="___"
to Key Authorization
and it returned same error as mentioned above.
Any idea to add oauth_callback
to this request?
Best regards