No matter what the user id is, I get these errors:
Error. Url=https://api.twitter.com/1.1/statuses/user_timeline.json?count=20&user_id=%40TrekRenegades Message=Unauthorized
{“request”:"/1.1/statuses/user_timeline.json?count=20&user_id=%40TrekRenegades",“error”:“Not authorized”}
I am adding the token I get from oauthing…
req.SetHeader(“Authorization”, "Bearer " & TwitterAccessToken)
TwitterAccessToken is digit by digit, identical to what Twitter gives me when I ask for a bearer token.