Soundcloud API authorization

please create simple form for trigger the server action . you are using browser for testing …
so please try it with test form

Yes,its the fact that a server action is running in a browser rather than as a server script which is causing the problem. The browser is URL encoding the string, not wappler. The server action needs to be run correctly for it to work

Not quite sure how to do that. I create a form with a submit button… and assign the server action to the form in dynamic events? https://developers.soundcloud.com/docs/api/reference in the docs when oauth2 is it post or get ?

Soundcloud doesn’t care if the authorization is encoded… because the authorization is supposed to happen in the browser… so the user can give consent…if you watch the video closely… wappler is not inserting the correct redirect_uri… it appends the “server connect api authorize.php server action” to the redirect_uri. In the video… the url is encoded… when I delete wappers wrongly inserted redirect_uri with the correct one in the browser it works…url encoding and all. Just need to know how to disable the wrong redirect_uri and put the correct one… If it cant do it then it is a bug.

Also What does this mean and show me an example… in the Authorize Step.

" Also make sure you enter the full url of your Server Connect action containing the OAuth2
Authorize step as Redirect URL"

2019-10-14_23-44-29

Nevermind i see… I have to change the redirect_uri on soundcloud to the redirect_uri that wappler is giving me… “the server action url” … lol… burst a bloodvessal… FEATURE REQUEST… let us decide the redirect_uri. The caveat is that soundcloud doesn’t let you just change the redirect_uri… you have to input a support ticket… they take 7 to 10 days to change uri…:frowning: