[twitter-dev] Image Sizes

2009-11-09 Thread sourabh
HI I have a query regarding the images stored by twitter. I am working on a twitter client and in my current application I used user images as stored by twitter. Initially it used to be of size 48X48. Now I am guessing after these new tweaks a user image that is saved can be of different sizes.

[twitter-dev] Re: Time zone support

2009-11-09 Thread Zaudio
I actually totally prefer time's to all be UNC / GMT as they are now... it's the same erevywhere, and very easily converted to local timezones for display - which is what I imagine most end users want to see... they don't want to be working out timezones from around the world in their heads! If

[twitter-dev] problem getting acurate remaining-hits with rate_limit_status

2009-11-09 Thread ch...@stuffworldwide.com
My program sends is using rate_limit_status.xml to get the number of remaining hits until the account limit is exceeded. My problem is that it always seems to return the same value: 150. Even once I have already hit the limit the service continues to show 150 hits left. I am thinking that it is

[twitter-dev] Re: Time zone support

2009-11-09 Thread Emrah
Zaudio wrote: I actually totally prefer time's to all be UNC / GMT as they are now... And that won't change obviously. Messages would be marked with both times (poster's and reader's) it's the same erevywhere, and very easily converted to local timezones for display - which is what I

[twitter-dev] Re: Time zone support

2009-11-09 Thread Emrah
My mistake, I wrote 12:30 and 13:30, and it is not coherent. I ment 12:30 in both cases. Btw, sorry for my English. Regards, Emrah Emrah wrote: Zaudio wrote: I actually totally prefer time's to all be UNC / GMT as they are now... And that won't change obviously. Messages would

[twitter-dev] Developer Preview: Trends API

2009-11-09 Thread Raffi Krikorian
We've heard from lots of users that trending topics, as seen on the twitter.com homepage and on search.twitter.com, are a fun way to figure out what's going on in the Twitter-verse at this very instant. The one feature request that we've heard over and over, however, is what's going on

[twitter-dev] can FOLLOW, but can't LEAVE

2009-11-09 Thread Cameron Kaiser
I have users complaining that of the commands listed on http://help.twitter.com/forums/59008/entries/14020 they all still work right for status updates *except* LEAVE (FOLLOW *does* work). On my own testing, LEAVE just appears to do nothing. Did this break? --

[twitter-dev] Re: can FOLLOW, but can't LEAVE

2009-11-09 Thread Marcel Molina
I've passed this along to our mobile team. Will update when I hear back from them. Thanks for reporting this. On Mon, Nov 9, 2009 at 2:24 PM, Cameron Kaiser spec...@floodgap.com wrote: I have users complaining that of the commands listed on        

[twitter-dev] Re: can FOLLOW, but can't LEAVE

2009-11-09 Thread Cameron Kaiser
I've passed this along to our mobile team. Will update when I hear back from them. Thanks for reporting this. Rock on, Marcel! -- personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com --

[twitter-dev] Authentication required for Twitter REST API Method: trends available

2009-11-09 Thread Dr Nic
Dear Twitter API peeps, The API doccos for Twitter REST API Method: trends available (https://twitterapi.pbworks.com/Twitter%20REST%20API %20Method:%20trends%20available) say that no authentication is required, but I think it is: $ curl http://api.twitter.com/1/trends/available.json

[twitter-dev] Re: Authentication required for Twitter REST API Method: trends available

2009-11-09 Thread Raffi Krikorian
hi all . i really do apologise if it wasn't clear -- the API isn't open yet. the docs are there to give you all a heads up on what the endpoints will look like. we expect to launch within a month. Dear Twitter API peeps, The API doccos for Twitter REST API Method: trends available

[twitter-dev] Re: Developer Preview: Trends API

2009-11-09 Thread Naveen
Looks very interesting. Something that pops to mind right away is maybe on the trends/ available accept a latitude and longitude to sort available trends by distance from a specific location (useful for mobile tweeters). It is unclear how many locations you plan to support but if the number is

[twitter-dev] Re: Developer Preview: Trends API

2009-11-09 Thread Raffi Krikorian
hi naveen. that's actually a _really_ interesting idea! we'll take it under advisement. Looks very interesting. Something that pops to mind right away is maybe on the trends/ available accept a latitude and longitude to sort available trends by distance from a specific location (useful

[twitter-dev] Re: can FOLLOW, but can't LEAVE

2009-11-09 Thread Marcel Molina
The mobile team can't reproduce this problem. Several of them tried and LEAVE worked for all of them... On Mon, Nov 9, 2009 at 2:28 PM, Marcel Molina mar...@twitter.com wrote: I've passed this along to our mobile team. Will update when I hear back from them. Thanks for reporting this. On

[twitter-dev] Re: can FOLLOW, but can't LEAVE

2009-11-09 Thread Cameron Kaiser
The mobile team can't reproduce this problem. Several of them tried and LEAVE worked for all of them... Could it be an API issue then? The commands are being posted through statuses/update.json. -- personal: http://www.cameronkaiser.com/ -- Cameron

[twitter-dev] Re: can FOLLOW, but can't LEAVE

2009-11-09 Thread TJ Luoma
On Mon, Nov 9, 2009 at 6:37 PM, TJ Luoma luo...@luomat.net wrote: On Mon, Nov 9, 2009 at 5:24 PM, Cameron Kaiser spec...@floodgap.com wrote: I have users complaining that of the commands listed on        http://help.twitter.com/forums/59008/entries/14020 they all still work right for

[twitter-dev] Re: can FOLLOW, but can't LEAVE

2009-11-09 Thread TJ Luoma
On Mon, Nov 9, 2009 at 5:24 PM, Cameron Kaiser spec...@floodgap.com wrote: I have users complaining that of the commands listed on        http://help.twitter.com/forums/59008/entries/14020 they all still work right for status updates *except* LEAVE (FOLLOW *does* work). On my own testing,

[twitter-dev] Whitelisting rejection e-mail

2009-11-09 Thread John Meyer
What was the e-mail to submit questions as to why an application was rejected and what I can do to rectify the situation as a developer?

[twitter-dev] Re: Whitelisting rejection e-mail

2009-11-09 Thread Chris Thomson
a...@twitter.com On 2009-11-09, at 8:41 PM, John Meyer wrote: What was the e-mail to submit questions as to why an application was rejected and what I can do to rectify the situation as a developer?

[twitter-dev] odd invalid URL error

2009-11-09 Thread Shannon Clark
Not just dev related - just started getting the following back in response to attempting to load http://twitter.com (logged in and via a browser that wasn't logged in) any ideas why? Shannon --- Invalid URLThe requested URL /, is invalid. Reference

[twitter-dev] problem with twitter oauth

2009-11-09 Thread BrianTheCoder
So I'm trying to get this working for a site, and it seems to work fine initially. However, it does not redirect back to my app after allowing, just goes to the pin screen. I have my callback url set in the control panel and even tried passing the oauth_callback param (which I think is ignored

[twitter-dev] TwitOnMSN ---- New Twitter APP

2009-11-09 Thread Ellen Rebeca Cao
Recently, our team has developed a new twitter app. It's quite convenient to use, combining Twitter with the most common IM tool --- MSN. We hope it will be useful to twitter users! TwitOnMSN - A fully featured twitter client working on Window Live Network. Description: TwitOnMSN

[twitter-dev] Re: Twitter connection giving a 502 Bad Gateway error

2009-11-09 Thread hima latha
This is the error that I am getting. I have wrapped the code with the retry logic but of not much help. It shows a HTTP 502 Bad gateway error and also somewhere in between says h2Twitter is over capacity./h2 pToo many tweets! Please wait a moment and try again./p I have been getting

[twitter-dev] For what it is worth, twitter and facebook are both in spamcop

2009-11-09 Thread Scott Haneda
Whether you like or dislike DNS Bl's they are part of email severs in wide use today. I had both twitter.com and facebook.com whitelisted, so I was ok, however, http://www.spamcop.net/w3m?action=checkblockip=128.121.146.141 http://www.spamcop.net/w3m?action=checkblockip=69.63.178.175

[twitter-dev] Blocking vs non-blocking list creation: list streams are different

2009-11-09 Thread Eric Gilbert
I'm developing an app that builds a few lists. Since it seems the only way to add users to lists is one id per call (please let me know if I'm mistaken), I experimented with populating the lists asynchronously. Both seem to build the list fine, and of course async is much faster. Here's the

[twitter-dev] Re: Blocking vs non-blocking list creation: list streams are different

2009-11-09 Thread Tim Haines
Does creating the same list twice via sync'ed methods result in duplicate streams? Sent from my iPhone On 10/11/2009, at 7:20 PM, Eric Gilbert eegilb...@gmail.com wrote: I'm developing an app that builds a few lists. Since it seems the only way to add users to lists is one id per call

[twitter-dev] Re: Developer Preview: Trends API

2009-11-09 Thread Amitab
Hi Raffi, Very interesting and useful since Twitter has so much data. Could you elaborate more on how you identify that a tweet is of a particular location. From the data twitter collects, there are three main sources that come to mind: 1) Location in the profile of the user. 2) Geo tagged