[twitter-dev] Re: Inconsistent OAuth behavior in streaming api

2011-04-14 Thread steve.agall...@gmail.com
After further investigation, I think I've found the problem: I'm not signing the body properly, sorry for the false alarm. Thanks, Steve On Apr 14, 12:30 am, "steve.agall...@gmail.com" wrote: > Hi there, > > I'm working on a ruby client for the streaming API

[twitter-dev] Inconsistent OAuth behavior in streaming api

2011-04-13 Thread steve.agall...@gmail.com
Hi there, I'm working on a ruby client for the streaming API and am getting hung up on OAuth. When making requests to /1/statuses/filter.json with an OAuth authorization header via a POST, I immediately receive a 401 Unauthorized. GET requests with an OAuth authorization header are working howev