Issue with token after authorization

I didn’t realize it was doing that. Strange. I’ll have to see if I can fix that somehow. Also that token should be dead anyways.

EDIT:
I just changed the code to stop adding an extra space to the auth header but I still end up with the same error as before.

{
    “error”:“Unauthorized”,
    “status”:401,
    “message”:“OAuth token is missing”
}