soundcloud / api

A public repo for our Developer Community to engage about bugs and feature requests on our Public API
148 stars 24 forks source link

Redirect URL & POST tracks issues - "Oh no! We can’t find that page. Check the address and try again?" #337

Open hannah-subtle opened 3 days ago

hannah-subtle commented 3 days ago

Title: Cannot Auth to use POST tracks path

Issue found of: September 20th, 2020

Endpoint(s):

Scope(s):

Steps to reproduce:

Using this URL - https://soundcloud.com/connect?client_id={client_id}&redirect_uri={redirect_uri}&response_type=code"

But I get the error - "Oh no! We can’t find that page. Check the address and try again?" after clicking connect

youssefhassan commented 13 hours ago

Hey Hannah, what are you trying to achieve here? As I see GET /users/{id}/tracks and in the steps to reproduce the call is for connect endpoint? Also the host on the connect URL is wrong, it should be secure.soundcloud.com for authentication URLs and api.soundcloud.com for other functions