[twitter-dev] Re: Update on Whitelisting

2011-02-13 Thread TCI
It may sound foolish, but some of us coded our apps a couple years ago, improved them up to production readiness and then released and moved on to something else. Each of these mayor changes would in theory make one reread all this old code and find where one uses whatever you plan to change this

[twitter-dev] Re: Snowflake: An update and some very important information

2010-12-03 Thread TCI
, with minimal comments. http://blog.salientdigital.com/2010/11/13/twitter-api-snowflake-and-mysql/ Anybody storing tweet id's in MYSQL care to share what datatype they're using? TCI -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http

[twitter-dev] Empty strings from twitter.com

2010-03-24 Thread TCI
Hello, Also sent a ticket on this, but posting because someone else might be seeing this. Since 2:52PDT I am receving empty string and HTTP return code 0 from my calls to twitter.com, authenticated or unathenticated, including test.xml. I confirmed that the same code does return valid content and

[twitter-dev] Re: Is image shrinking broken?

2009-11-03 Thread TCI
Added my star. If you are also affected add yours... TCI On Nov 3, 3:09 am, Tim Haines tmhai...@gmail.com wrote: It's broken.  Add a star here:http://code.google.com/p/twitter-api/issues/detail?id=1158 On Tue, Nov 3, 2009 at 9:54 PM, janole s...@mobileways.de wrote: Would be cool to have

[twitter-dev] Is image shrinking broken?

2009-11-02 Thread TCI
I am noticing an increase in the number of avatar images which do not get shrinked in the smaller versions. It is most noticeable in the twitter.com homepage as the images load very slowly from top to bottom. How are your clients handling this? In my case I am assuming the shrinking is working

[twitter-dev] Re: Problems Connecting to the API

2009-10-18 Thread TCI
THANKS for posting - I've spent the last hour trying to figure this out and since there were not reports I thought it was me. Down from my server as well, although if I try the exact same calls that my server (in USA) is making from my desktop (in Costa Rica) they all return. This is what had me

[twitter-dev] Stop playing around with Source parameters

2009-08-21 Thread TCI
Recently you added nofollow's, and now you moved the nofollow after the href. Some of us filter these out and you changing them is only making it more complicated. Please make up your mind and stop changing these... a href=http://fun140.com/;Fun140/a a rel=nofollow

[twitter-dev] Search returning slightly different text than actual tweet

2009-08-04 Thread TCI
Hello, Today I started noticing a diference in tweets returned by search vs their original versions. The difference is noticeable to me because I combine both sources and I suddenly got a lot of duplicated entries that were really slightly different. This started happenning today as far as i can

[twitter-dev] Avatar returning the same large file for mini, normal, bigger

2009-07-16 Thread TCI
... which is evidently slowing down pages that download these images and then scale them to their small size. Is it some kind of image reduction bug? Example: http://s3.amazonaws.com/twitter_production/profile_images/109775456/huevo_mini.PNG

[twitter-dev] Re: Not ignoring accents anymore?

2009-03-26 Thread TCI
, now it doesn't. Help. TCI On Feb 26, 9:04 am, TCI ticoconid...@gmail.com wrote: Hello, We used to get the same results forhttp://search.twitter.com/search?q=defensa+pública; than forhttp://search.twitter.com/search?q=defensa+publica; Today I noticed that the second one is not generating any

[twitter-dev] Missing tweets in filter:links search

2009-03-11 Thread TCI
Hello, filter:links in search returns tweets containing http://whatever but not those containing www.whatever - even though the www.whatever are correctly detected as links in twitter.com UI and linked automatically... TCI

[twitter-dev] Not ignoring accents anymore?

2009-02-26 Thread TCI
Hello, We used to get the same results for http://search.twitter.com/search?q=defensa+pública; than for http://search.twitter.com/search?q=defensa+publica; Today I noticed that the second one is not generating any results anymore. Why the change? Being that many tweet from a cellphone, many

Re: in reply to metadata missing for manual replies

2009-01-24 Thread TCI
I disagree with SimX. I consider this change very useful and necessary since it does organize the conversation properly. Consider that many people use @replies to start a conversation with another user, not necessarily to reply to *any* preexisting tweet. If all you need is an upper bound, just

160 chars?

2009-01-15 Thread TCI
Hey Once upon a time the API's update method allowed 160 chars, from which 140 would be posted in the timelines and the other 20 only when accessing that tweet specifically. Whatever happenned to that?

Search near returning incomplete results

2008-12-24 Thread TCI
Hello, I am trying this search call: ozacr near:Costa Rica within:100mi but it does not return many of the results I get with just ozacr ... despite the users having Location = Costa Rica such as (1075899595) OzaCR: *uta.. Esta tan frio Moravia q no me puedo dormir :-( (1075873485) rafa:

Re: a simple workaround for lack of OAuth

2008-11-23 Thread TCI
I find it better to get users to follow your account and then send them a DM with a URL. Builds followers and eliminates errors from user side. R On Nov 22, 11:30 am, Amir Michail [EMAIL PROTECTED] wrote: On Nov 22, 12:26 pm, Chad Etzel [EMAIL PROTECTED] wrote: This is a good method to

Re: No OAuth Support just made Techmeme

2008-11-15 Thread TCI
Let me get this out of my head - I will never implement it and raise my kids at the same time... The way I would like this to work if for one to generate a key/ password for the application and specify what things it can do (can read my followers but cannot change them, cannot read my email, etc)

friends_timeline 24 hours

2008-10-24 Thread TCI
The documentation for friends_timeline indicates that if you pass a since parameter you get up to 24 hours back. I am getting nothing past 6 hours back, and it's working perfectly for those 6 hours... Any hints? R