laravel5-soundcloud
laravel5-soundcloud copied to clipboard
Move OAuth Tokens from URL to Header
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
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?