Setting Client_ID with $http.get() (Angular 1)

That’s not an issue with your Client ID; it’s an issue with your URL. You’re requesting /kraken/streams/:username on v5, which expects the user ID instead, not username.

1 Like