The "Improperly formatted auth" happen when you call the listen() function with a raw token value (ie without starting with "oauth:"). init() function verify the construction of the token and add "oauth:" but the wrong variable is called next to this.
The "Improperly formatted auth" happen when you call the listen() function with a raw token value (ie without starting with "oauth:"). init() function verify the construction of the token and add "oauth:" but the wrong variable is called next to this.