[twitter-dev] Re: Twitter Developer Nest: London - Live Stream Tomorrow

2009-03-24 Thread Jonathan Markwell
Full details of the live stream now available at: http://twitterdevelopernest.com/2009/03/london-launch-live-video-stream/ Jon. On Mon, Mar 23, 2009 at 7:26 PM, Jonathan Markwell j.l.markw...@inuda.com wrote: Hi Everyone, We're going to try and live stream the massively over subscribed

[twitter-dev] Re: Freelance Twitter API Dev directory?

2009-03-24 Thread webjay
Please also include me: Twitter id:webjay Company:webcom.dk Email:ja...@webcom.dk

[twitter-dev] How do I create a search engine

2009-03-24 Thread Faisal Ahmed
Hey how do I create a search engine like this http://www.twitterjobsearch.com/ that searches twitter ?

[twitter-dev] Re: Background Image Problem

2009-03-24 Thread Clint Shryock
care to be more specific? On Mon, Mar 23, 2009 at 3:16 PM, ctmtcolumbus whe...@ctmt.com wrote: I am also having the same problem. Did anyone else get this fixed?

[twitter-dev] Re: Profile Images with no file extension

2009-03-24 Thread Matthias Bauer
On 23.03.2009 15:17, Shannon Whitley wrote: I just discovered that there are profile images with no file extension. This is an example: http://s3.amazonaws.com/twitter_production/profile_images/70479542/eliteblogger_logo Is this something that we should expect? I have been using the

[twitter-dev] Re: What is 140 characters?

2009-03-24 Thread Craig Hockenberry
Any news from the Service Team? I'd really like to get the counters right in an upcoming release... -ch On Mar 6, 12:18 pm, Alex Payne a...@twitter.com wrote: I'm taking this email to our Service Team, the folks who work on the back-end of the service. The whole message body changing as it

[twitter-dev] Twitter4r (add friend problem)

2009-03-24 Thread Gaston Ramos
Hi all, I'm working on a project and I'm using Twitter4R library, I'm trying this: twitter = Twitter::Client.new(:login = 'some_user', :password = 'sompass') twitter.friend(:add, 'other_user') and I get this error:

[twitter-dev] Re: How do I create a search engine

2009-03-24 Thread Dossy Shiobara
And a full tube of Make My Logo Bigger cream: http://makemylogobiggercream.com/ On 3/24/09 9:31 AM, Andrew Badera wrote: Magic. On Tue, Mar 24, 2009 at 5:58 AM, Faisal Ahmed fais...@gmail.com mailto:fais...@gmail.com wrote: Hey how do I create a search engine like this

[twitter-dev] Re: Handling deleted messages when caching locally

2009-03-24 Thread Abraham Williams
I've added a feature request that I see as being able to fix this: http://code.google.com/p/twitter-api/issues/list?thanks=379 It would be a call to return a list of all status ids for a user. On Tue, Mar 24, 2009 at 08:51, JakeS jakesteven...@gmail.com wrote: My application caches the user's

[twitter-dev] OAuth log in/out behavior

2009-03-24 Thread Chad Etzel
I have been encountering this scenario lately (especially with testing OAuth apps with test accounts). Say I am logged into the twitter website under my normal @jazzychad account. I use the site and navigate around, etc.. Now I open another tab and go to log into an OAuth enabed site. I click

[twitter-dev] Re: Invalid oAuth Request

2009-03-24 Thread Pankaj Jain
Yeah Jamie, anything is possible. I've beat my head against a brick wall quite a few times dealing with OAuth Twitter. A small Perl script I wrote was working perfectly and suddenly it stopped. it's now giving me a 401, just like you when nothing has changed. I suspect, Twitter is still

[twitter-dev] Whitelisting with multiple IPs

2009-03-24 Thread bbc
Hi, right now our website needs multiple web servers, so we went ahead and requested whitelisting for multiple IPs. But my question is, is that 2 limit per IP or it's aggregated per website even if it runs on multiple servers (IPs). Thanks in advance

[twitter-dev] Re: Whitelisting with multiple IPs

2009-03-24 Thread Doug Williams
Rate limiting is IP specific. Therefore, you should find that you have 2 calls per individual IP. Thanks, Doug Williams Twitter API Support http://twitter.com/dougw On Tue, Mar 24, 2009 at 3:15 PM, bbc beier...@gmail.com wrote: Hi, right now our website needs multiple web servers, so we

[twitter-dev] Posts from HootSuite not displaying in Search timeline

2009-03-24 Thread Paul
I am one of the developers of HootSuite and if you take for example the user: stejules, in his main timeline: http://twitter.com/stejules there are many posts that have originated from the web app HootSuite, however, those posts are not displaying when you search 'from:stejules':

[twitter-dev] Re: Posts from HootSuite not displaying in Search timeline

2009-03-24 Thread Chad Etzel
Looking at the Search Results, the most recent tweet was 23 days ago. This suggests that it's not HootSuite's problem, but that his account was probably flagged and is currently being prevented from being added to the search index. *I do not work for or speak for twitter, but this sort of

[twitter-dev] 400 Bad Request from Twitter Search Feed

2009-03-24 Thread Abava
I am getting 400 Bad Request from Twitter Search Feed while loading it via Google Ajax Feed API. Actually it looks like each second request is finished with 400 code

[twitter-dev] Re: Posts from HootSuite not displaying in Search timeline

2009-03-24 Thread Paul
Ah, good to know. Thanks for pointing that out. I will keep an eye out to ensure it is not occurring with other users. Paul On Mar 24, 1:09 pm, Chad Etzel jazzyc...@gmail.com wrote: Looking at the Search Results, the most recent tweet was 23 days ago. This suggests that it's not HootSuite's

[twitter-dev] Re: Whitelisting with multiple IPs

2009-03-24 Thread bbc
Thanks for the quick answer. One more question, our service (HootSuite.com) allow users to check their friends timelines, replies, DMs... since all of these are authenticated requests, what we've been assuming (and it seems have been working that way) was that, the first 100 requests uses the

[twitter-dev] Re: A Twitter Query Language (TQL) ?

2009-03-24 Thread Sam Sethi
Twitter would be better off supporting gdata queries Thanks in advance Sam W: www.twitblogs.com/ssethi M: +44 7985 705075 Sent from my iPhone On 23 Mar 2009, at 18:40, Alex Payne a...@twitter.com wrote: Thanks for the feedback. On Sun, Mar 22, 2009 at 20:46, Zac Bowling

[twitter-dev] Re: A Twitter Query Language (TQL) ?

2009-03-24 Thread John Kalucki
With a relational streaming database, you can perform relational (SQL) queries on the public timeline or the datamining feed and get real- time results. This isn't exactly what you are looking for, but it might meet your needs. I know the folks at www.sqlstream.com have set this up. I'm sure

[twitter-dev] Re: Handling deleted messages when caching locally

2009-03-24 Thread JakeS
That might work, but then I'd have to loop through every status id I have in my cache and see if it exists in the list. It'd be a lot simpler to get a list of deleted items (since XX) and simply remove them from my cache. If there's no existing way to handle it. On Mar 24, 12:28 pm, Abraham

[twitter-dev] a Python api redialer

2009-03-24 Thread ptone
So we all know that twitter can get over capacity at times. I wanted a way to work around that, but also to be reasonably gentle on the server. This meta-wrapper will try 3 times to do the api call before giving up. Its sort of rough and could be fleshed out with some custom exceptions etc.

[twitter-dev] Re: a Python api redialer

2009-03-24 Thread Cameron Kaiser
This meta-wrapper will try 3 times to do the api call before giving up. Its sort of rough and could be fleshed out with some custom exceptions etc. You might also consider something like an exponential backoff instead of sleeping a second each time. --

[twitter-dev] Re: What is 140 characters?

2009-03-24 Thread Alex Payne
Unfortunately, nothing definitive. We're still looking into this. On Tue, Mar 24, 2009 at 07:56, Craig Hockenberry craig.hockenbe...@gmail.com wrote: Any news from the Service Team? I'd really like to get the counters right in an upcoming release... -ch On Mar 6, 12:18 pm, Alex Payne

[twitter-dev] Re: Handling deleted messages when caching locally

2009-03-24 Thread Bill Robertson
I would like to see an event query. Request: user id, since (date only) Response: notification if user's profile has changed id's of deleted messages (in timeline, not just owned by user) ids or details of new followers for user ids of lost followers for user ids of details or new

[twitter-dev] A question about updating status

2009-03-24 Thread rahulj18
Hi, I am new at twitter API and using one the PHP APIs I managed to update my status but I had a question how can I change the following text: less than 5 seconds ago from web to less than 5 seconds ago from SomewhereElse I have seen other people doing this. Could you please help me out.

[twitter-dev] Re: A question about updating status

2009-03-24 Thread Cameron Kaiser
Hi, I am new at twitter API and using one the PHP APIs I managed to update my status but I had a question how can I change the following text: less than 5 seconds ago from web to less than 5 seconds ago from SomewhereElse

[twitter-dev] Someone resurrected the Gigantor profile image bug

2009-03-24 Thread atebits
Is it my imagination, or are some profile images not being scaled down properly (again)? Example: http://twitter.com/stealing_second http://s3.amazonaws.com/twitter_production/profile_images/109230522/twitter_normal.jpg - 466x371px... I'll also take this time to request some scrubbing of