Hello,
I am trying to use the spotify credential flow to pull in podcast information. The documentation is very short: Client Credentials Flow | Spotify for Developers
They require a POST
request to the /api/token
endpoint of the Spotify OAuth 2.0 Service with the following parameters encoded in application/x-www-form-urlencoded
. You have to specify the parameter grant_type in the form url encoded but adalo is only allowing JSON.
Is there any other way to do this?