I tried to generate the token using "https://api.dropboxapi.com/oauth2/token" post method API. I am getting the response as
"error_description": "No auth function available for given request",
"error": "invalid_request"
I have including the parameters client_id as app_key and client_secret as app_secret. What have I missed? Why am I getting this error?