Oscar Ibarra
Oscar Ibarra
Is there any workaround for this issue? I'm trying both ``` curl --verbose \ "https://apisandbox.openbankproject.com/oauth/initiate" \ -d "oauth_callback=oob" \ -d "oauth_version=1.0" \ -d "oauth_signature_method=HMAC-SHA256" \ -d "oauth_consumer_key=[my_valid_consumer_key]" \ -d "oauth_signature=ijHzKnsoJ1X/h5ng5I1UOyHXJNV7drjYmrhWOrhsnk0="...
Hi @constantine2nd . I was actually following that guide. I'm trying to connect using Postman filing all the fields required in the link you provided to me. I'm getting that...
I see, i thought the values were on the query parameters (that's where postman puts them when using the "authorization functionality" by default). Now i see these values go on...