BoyCook / TwitterJSClient

Twitter client written in JavaScript packaged as a node module
GNU General Public License v2.0
562 stars 176 forks source link

doesnt work tells me bad authentication data #35

Closed ta3pks closed 7 years ago

ta3pks commented 8 years ago

doesnt work tells me bad authentication data

gaballard commented 8 years ago

Off the top of my head, did you double-check to make sure there are no extra spaces at the beginning or end of your consumer key/secret or access token/secret strings? Something like ' 123456' will cause it to fail.