[twitter-dev] Multi language JSON Error

2011-03-11 Thread p5ic05i5
Hi all! I'm implementing a twitter accessing application using the API, so far so good. However, I'm looking forward to distribute my application in non- english speaking territories, so the users may be using any twitter language other than english. That doesn't represent a problem for the API

[twitter-dev] Re: Numeric JSON Error code

2011-02-03 Thread p5ic05i5
Anyone?? On Jan 31, 11:28 am, MigueL DíaZ tiomig...@gmail.com wrote: Hi all! I'm currently developing a C language application that provides full twitter access to users from command line. Everything goes fine except for error handling, as my users are not very good english speakers...

[twitter-dev] Re: libauth library

2010-10-18 Thread p5ic05i5
Using libcurl http://curl.haxx.se/ and a little of my brain, took me a week to get full integration and api support on my app. Implemented the oauth by myself, let curl do the transfers, but watchout for its urlencoding function! It encoded even reserved characters, but that is fixed since

[twitter-dev] Re: URL parameters

2010-10-06 Thread p5ic05i5
Hi Tom, Thanx for the quick answer. I did as you said, took the GET parameters off the url and put them with the rest as I did with POST parameters. Now I just have to sort them all right? This made me discover that my POST parameters worked just by coincidence, as I was appending them at the