Application Win32(Desktop) with API

Hello again!
I do: GET https://api.twitch.tv/kraken/channel

And
image
where Autorization is my acess_token

And

I set OAUTh and mu client_id

And I have this result:

{

“error”:“Bad Request”,
“status”:400,
“message”:“No client id specified”
}

And your Authorization header should have it’s token preceeded by oAuth
Yes. My token I get it after call webBrowser.Navigate(“”);

Do you have some small sample using JAVA or C#?