Invalid OAuth token for user descriptions / image

This is what my http respons thing is based on. I tryed to test things out, for example, when i whirte the “Bearer” in lowercase, it says “No token provided”.

It seems to me, that the call might me correct from my end, but i am very new to API things, outside from library’s, so i don’t now if im right with my assumption.

And,

I´ve build an AccesToken objekt, and overridden the .toString Method, java is using to cast the obj into a string here : .header("Authorization", "Bearer "+TwitchManager.getAccesToken())
I´ve edit the origninal post and add the hole object.