I am trying to build a Oauth flow using python Django. The goal is to get the access token for zoho and save it to DB. but at the step where we exchange access token by sending authorization_code
, I am getting invalid-client error. I couldn't figure out what's wrong.
I have tried changing to .in domain in token url but that too didn't worked.