[twitter-dev] Re: Incorrect signature when calling update url /1/statuses/update.xml

2010-04-30 Thread Pablo Fernandez
Hi Taylor! I believe Rahul is having this problem while using my library (http:// github.com/fernandezpablo85/scribe) I've tested myself, I'm pretty sure the error lies in my code but I can't tell why :S Here's the string that gets signed and the OAuth header in case that helps! String to sign

Re: [twitter-dev] Re: Incorrect signature when calling update url /1/statuses/update.xml

2010-05-17 Thread pablo fernandez
rtain its potential fault (or our own if that is >> the >> > case). >> > >> > Keep up the good work on your OAuth library, Pablo! :) >> > >> > Taylor Singletary >> > Developer Advocate, Twitterhttp://twitter.com/episod >> > >

Re: [twitter-dev] Re: Incorrect signature when calling update url /1/statuses/update.xml

2010-05-17 Thread pablo fernandez
m, Taylor Singletary > > > wrote: > > > > Hi Pablo, > > > > > > Thanks for chiming in about Scribe. I'll take a look again soon at > Scribe > > > > and see if I can ascertain its potential fault (or our own if that is > the > > >

[twitter-dev] Query for retweets needs authentication?

2011-01-31 Thread Pablo Fernandez
Hello guys, First of all, thanks for the wonderful API, it's a pleasure to use. Now, I'm trying to use the retweets api call (http:// developer.twitter.com/doc/get/statuses/retweets/:id) to get the retweets of a particular tweet. I'm using the twitter ruby gem, and there and in the official docs

[twitter-dev] Weird error page on stream.twitter.com calls

2011-05-09 Thread Pablo Fernandez
html page as a response. Some important notes: * The problem disappears when the 'track' value has no whitespace (which led me to think that my whitespace-encoding-fu was weak... but..) * The library works great while posting tweets with 'status' parameter with whitespace Thanks a