Re: [twitter-dev] Subscribing to the Site Streams API using OAuth

2011-01-24 Thread Taylor Singletary
Hi Michael, You're very close to getting this right -- from here it looks like it's just a matter of ordering parameters in the signature base string correctly. OAuth signature basestrings require that the various parameters involved in the request be lexigraphically sorted amidst the oauth_* par

[twitter-dev] Subscribing to the Site Streams API using OAuth

2011-01-23 Thread Michael Hoisie
Hi fellow Twitter devs, I'm trying to connect to the Twitter site streams API with a Go client ( http://github.com/hoisie/twitterstream ). There's no usable oauth client for Twitter in Go, so I have to write it from scratch. There seems to be something wrong with my HTTP request -- I was wonderin