[twitter-dev] Re: stream.twitter.com/1/statuses/filter

2010-08-12 Thread kme
I see, so it's not really a key/value pair then, it's the uri-encoded expression as a whole? On Aug 11, 9:47 pm, Matt Harris thematthar...@twitter.com wrote: Hey, To follow users you need to POST the user IDs you want to follow as a comma separated list. For example to follow @themattharris

Re: [twitter-dev] Re: stream.twitter.com/1/statuses/filter

2010-08-12 Thread Matt Harris
HTTP requests use key=value pairs in the URL strings and post bodies yes. In this case the key is follow and the value is 777925. For multiple accounts the value would be 777925,123456. Using curl this would be sent like this (I use -X POST here because I like being verbose with my calls): curl

Re: [twitter-dev] Re: stream.twitter.com/1/statuses/filter

2010-08-12 Thread Cameron Kaiser
HTTP requests use key=value pairs in the URL strings and post bodies yes. In this case the key is follow and the value is 777925. For multiple accounts the value would be 777925,123456. What is this, CompuServe? -- personal: http://www.cameronkaiser.com/