Skip to content
Advertisement

Tag: twurl

Why is this twurl command (run on linux, by golang exec) not being authenticated?

I’m currently working on a Golang website (running on Ubuntu) that will update a twitter status. I used twurl customer key authentication on the system and I can successfully update the status if I type directly into the linux terminal. For example ssh/putty into target system type in terminal: twurl -d ‘status=is this thing on’ /1.1/statuses/update.json twitter status successfully updated

Advertisement