[twitter-dev] Re: User stream and oauth headers

2011-02-21 Thread aitorciki
Sorry, my bad. I was signing the request by using the url with query params included, while the library I'm using expects url and params to be passed separately. On Feb 12, 8:19 pm, aitorciki wrote: > Hi. > > I'm using python-oauth2 to handle the authentication with the RES

[twitter-dev] User stream and oauth headers

2011-02-12 Thread aitorciki
Hi. I'm using python-oauth2 to handle the authentication with the REST and user stream APIs. I'm using the same code to sign the request in both cases, and send the oauth credentials as authentication header. While everything works perfectly with REST requests, I'm getting 401 responses with the