[twitter-dev] Re: What does tweet id means?

2011-04-21 Thread Leo
So that means we can not infer how many tweets are being sent from tweet id. I was wondering who is counting daily number of tweets. Of course Twitter is doing this itself, but the result goes public very late. On Apr 20, 8:24 pm, Tim Meadowcroft meer...@gmail.com wrote: I think you can

[twitter-dev] Re: Change your avatar's Twitter

2009-07-27 Thread Leo Baiano
, you can use HTTP Post request to send the data: http://us2.php.net/manual/en/function.http-post-data.php Happy coding +Clint On Fri, Jul 24, 2009 at 5:11 AM, Leo Baiano ljunior2...@gmail.com wrote: I would like to know if anyone knows an example using PHP to change image -- Amplexos

[twitter-dev] Re: Change your avatar's Twitter

2009-07-24 Thread Leo Baiano
%A0update_profile_image -- personal: http://www.cameronkaiser.com/ --  Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com -- Courage is being scared to death, and saddling up anyway. -- John Wayne -- Amplexos, Leo Baiano http

[twitter-dev] Change your avatar's Twitter

2009-07-23 Thread Leo Baiano
Hi, How to replace the image of the avatar through the Twitter API or any other form automatically? I am wanting to do something similar to http://twibbon.com -- Amplexos, Leo Baiano http://www.leobaiano.com http://www.blog.ljunior.com http://www.mcelebridades.com http://www.twitter.com

[twitter-dev] Re: Spinn3r Twitter Social Media Rank

2009-06-16 Thread Leo
Love the project, thanks for your efforts. API makes sense if we are calling for specific user names, but if we are analyzing a lot of tweets like search results, might make more sense to provide us with a ftp location for the entire file so that we can do local lookups more quickly on our local

[twitter-dev] problem with characters to send messages

2009-05-19 Thread Leo Baiano
My name is Leo Baiano, I am Brazilian and my English is not very good, a little PHP program and I am starting time trying to work with the Twitter API. I found a class ready for sending messages but I'm having problems with some characters. The class works but when I use any special characters

[twitter-dev] Twitter API with WCF

2009-03-30 Thread leo
I am working on a wpf twitter client that talks to the twitter api with wcf. My experience had been pretty good so far and had not run into a lot of issues. However, I just realized that the status/update method in the twitter api does not support the source parameter. I've looked at a number