laravel5-soundcloud icon indicating copy to clipboard operation
laravel5-soundcloud copied to clipboard

Move OAuth Tokens from URL to Header

Open ashishbaltech opened this issue 4 years ago • 1 comments

https://developers.soundcloud.com/blog/security-updates-api

Kindly update you library as per above update and add "header 'Authorization: OAuth ACCESS_TOKEN'" in request

ashishbaltech avatar Aug 09 '21 13:08 ashishbaltech

hi @ashishbaltech thanks for the heads up.

Regarding the Authorization header, the upstream library is already doing that here : https://github.com/njasm/soundcloud/blob/ea06d294b1184a7e7239301a326d1b911bcdfe89/src/Soundcloud/Request/Request.php#L161-L164

Can you tell me what error are you getting regarding the Access Token?

njasm avatar Aug 10 '21 19:08 njasm