[twitter-dev] I can't get update status using xAuth to work :(

2010-05-12 Thread @sebagomez
I have the access_token with no problem, so now I have my oauth_token and my oauth_token_secret, but every time I want to update my status I get a 401... what am I doing wrong? Here's my signature base string: POSThttp%3A%2F%2Fapi.twitter.com%2F1%2Fstatuses%2Fupdate.xml

[twitter-dev] Re: I can't get update status using xAuth to work :(

2010-05-12 Thread @sebagomez
Hello Cameron, thanks for your tips. I fixed my signature base string (concatening string suck!). You were also right about the return message, I get a Incorrect signature. I have a couple of questions... why do you say my status is not encoded correctly? it workrd for every other string I have

[twitter-dev] Re: I can't get update status using xAuth to work :(

2010-05-12 Thread @sebagomez
GOT IT! Thanks! On May 12, 10:40 am, Cameron Kaiser spec...@floodgap.com wrote: Hello Cameron, thanks for your tips. I fixed my signature base string (concatening string suck!). You were also right about the return message, I get a Incorrect signature. I have a couple of questions...

[twitter-dev] Problem with status encoding... I guess

2010-05-14 Thread @sebagomez
I have an app using OAuth (actaully xAuth) and it is working well... or almost well. I had a few bugs with encoding, I was not using UTF8 and now I do, so I am able to tweet stauff like Peñarol á é í ó ú (spanish lang characters). I was making some tests and I noticed that if I want to set '!' as

[twitter-dev] Re: Problem with status encoding... I guess

2010-05-15 Thread @sebagomez
have a bit of a look and see if I have the same ! problem as you and let you know. Adam On Sat, May 15, 2010 at 7:22 AM, @sebagomez sebastiangomezcor...@gmail.comwrote: I have an app using OAuth (actaully xAuth) and it is working well... or almost well. I had a few bugs

[twitter-dev] Re: Getting 401 when using one access token with OAuth

2010-05-15 Thread @sebagomez
Take a look in this post at the suggestion Taylor sent me. http://groups.google.com/group/twitter-development-talk/browse_thread/thread/c04e4f73929a15c3/d9b6ab0c427493eb#d9b6ab0c427493eb regards On May 14, 5:48 pm, bjhess ba...@bjhess.com wrote: I'm trying to implement the following in Ruby:

[twitter-dev] Re: Problem with status encoding... I guess

2010-05-16 Thread @sebagomez
Hello Konpaku, thanks for you answer. I am encoding my text with UTF8, I don´t know what you mean by your files Also, I don´t know if BOM is necesarry cause as I mentioned before, it works with other international characters, but I will give that a try though thanks On May 15, 8:48 pm, Konpaku

[twitter-dev] Re: Problem with status encoding... I guess

2010-05-17 Thread @sebagomez
I'm migrating my own twitter client (http://sgomez.blogspot.com/ 2010/01/yatc-yet-another-tweeter-client.html) to xAuth and building my own lib :S thus the issues... On May 16, 12:11 pm, Konpaku Kogasa kogasa.l...@gmail.com wrote: Hello, Hello Konpaku, thanks for you answer. I am encoding

[twitter-dev] Re: Problem with status encoding... I guess

2010-05-17 Thread @sebagomez
On May 17, 9:57 am, @sebagomez sebastiangomezcor...@gmail.com wrote: I'm migrating my own twitter client (http://sgomez.blogspot.com/ 2010/01/yatc-yet-another-tweeter-client.html) to xAuth and building my own lib :S thus the issues... On May 16, 12:11 pm, Konpaku Kogasa kogasa.l...@gmail.com wrote