[twitter-dev] Re: Is twitter down ???

2009-08-25 Thread jstrellner
We are having issues as well. We cdan resolve twitter fine, but when we try to connect, we just wait forever. This is happening on all of our servers that hit their API. -Joel On Aug 25, 9:17 pm, Vignesh vignesh.isqu...@gmail.com wrote: All my api calls are getting a download error and the

[twitter-dev] Re: A Fresh Approach To Follower Processing

2009-06-11 Thread jstrellner
This would be VERY useful to us. Although for our needs, a stream might be overkill. But if each request for the social graph data can come with a request ID, or even an exact time stamp, which we could provide on the next request and get a diff between the two calls, it would help a lot. If

[twitter-dev] Re: Twitter Developer/Founder Community on Ning - Registration Open

2009-06-11 Thread jstrellner
Andrew, Please calm down. If you're not happy with his initiative, voice it and move on. The only fragmentation that I see right now, is one that you are creating among developers. If developers feel like they might get bashed for posting their ideas here, they wont post them here, which is

[twitter-dev] Re: Streaming API + PHP and Python

2009-06-08 Thread jstrellner
Hi Chad, We too have noticed the same behavior in PHP. Initially I wrote something very similar to your example, and noticed that I'd get a random time's worth of data before it disconnected. Then I rewrote it, which you can see at the below URL (modified to remove irrelevant code to this

[twitter-dev] Re: Bulk id - screen_name resolution.

2009-05-30 Thread jstrellner
We also have a sizable cache of this data (around 4 million users) that we are already using in an API format internally at Twitturly. If Twitter approves it, we can add it to our publicly available API. Currently it allows conversion from both ID to username and username to ID one at a time, and

[twitter-dev] Re: WWDC Twitter developer meetup at Twitter HQ: RSVP!

2009-05-25 Thread jstrellner
I'm not going to WWDC, nor am I an Apple developer, but I'd be interested in meeting up with other developers. The later in the day, the better for me. -Joel On May 21, 2:18 pm, Alex Payne a...@twitter.com wrote: Hi all, There's great crossover between Twitter API developers and Mac/iPhone

[twitter-dev] Re: Links into tweets

2009-04-09 Thread jstrellner
Twitturly does too. Contact us for access though since it isn't available to the public yet. On Apr 8, 9:03 pm, Doug Williams d...@twitter.com wrote: The API does not have a method to retrieve the information for a URLs. tweetmeme offers an API [1] to discover URL information.

[twitter-dev] Re: url as an input

2009-04-09 Thread jstrellner
Hi Nick, Yes, we can help with this. We have an API that is nearly complete that will allow you to provide a URL and get all of the tweets that contained a link to the provided URL, regardless of which URL shortener that was used. -Joel On Apr 5, 12:02 pm, Nick Arnett nick.arn...@gmail.com

[twitter-dev] Re: Method for getting disabled Twitter IDs

2009-02-23 Thread jstrellner
I second this, it would be useful. Although, if you are requesting info for that user, Twitter should be returning that the user no longer exists, and your app should remove them. Your solution would be good for bulk cleans, but incremental would probably be more efficient. So while it would

Re: New API methods to retrieve social graph without pagination

2009-02-05 Thread jstrellner
Thanks Alex, I too, would like to see this return userids AND usernames. -Joel On Feb 3, 5:01 pm, Alex Payne a...@twitter.com wrote: Happy to announce two new API methods today, delivered in response to developer demand for an easier way to keep tabs on users' social graphs. The methods,

Re: How API will works after OAuth?

2009-02-05 Thread jstrellner
I was just thinking this, and then I read your post. It would be good to see a trusted apps section somewhere on your site, and those application could use Basic Auth. If they don't want to go through the process of being a trusted app, then they can use OAuth. Just something to think about.

Re: How API will works after OAuth?

2009-02-05 Thread jstrellner
, Stuart stut...@gmail.com wrote: 2009/2/5 jstrellner jstrell...@urltrends.com: I was just thinking this, and then I read your post.  It would be good to see a trusted apps section somewhere on your site, and those application could use Basic Auth.  If they don't want to go through

Re: How API will works after OAuth?

2009-02-05 Thread jstrellner
key and you want the user to be able to revoke it. -Joel On Feb 5, 11:48 am, Stuart stut...@gmail.com wrote: 2009/2/5 jstrellner jstrell...@urltrends.com: I am not suggesting that they endorse the application, but that they have a process that is available to desktop apps that lets them

Re: IP ranges from The Planet will be blocked

2009-01-06 Thread jstrellner
I commend you guys on this. We've had servers with them for years (all the way back to when they were still primarily an ISP - Everyone's Internet), during that time they went to complete crap. About 6 months ago I canceled all of our servers there because how crappy of a provider they are (no

Re: Static URL to profile picture

2008-10-10 Thread jstrellner
, which is another reason the 302 redirect that I proposed above would be ideal. -Joel On Oct 9, 8:38 am, Carl Crawley [EMAIL PROTECTED] wrote: jstrellner wrote: I don't think they should do anything, but ask you guys to cache the profile pictures yourself.  By linking directly to the file