This project has implemented some useful REST API services and tt's currently available on the following address in Heroku.com:
- To request an access token use the following method:
-
Method: POST
-
Body: { client_id: <spotify-client_id> client_secret: <spotify-client_secret> }
-
Response: { "access_token": , "token_type": "Bearer", "expires_in": 3600, "scope": "" }