[twitter-dev] Re: oAuth still working for everyone.?

2010-12-02 Thread LeeS - @semel
gt; > > On Thu, Dec 2, 2010 at 2:45 PM, Tom van der Woerdt wrote: > > > > Waiting doesn't help solve the issue. The spec hasn't changed, the API is > > > just a bit more watching for the mistakes which some developers tend to > > > make. > > > &g

[twitter-dev] Re: oAuth still working for everyone.?

2010-12-02 Thread LeeS - @semel
I am using this library on all my sites: https://github.com/jmathai/twitter-async, all of which are now broken and fail to let anyone log in. Any way this can be rolled back until all the various oAuth libraries people are using are brought up to date? Lee On Dec 2, 5:35 pm, Dave-twiends wrote

[twitter-dev] @anywhere fails if ShareThis on the page?

2010-06-04 Thread LeeS - @semel
I get this Javascript error when trying to use @anywhere on the same page as a ShareThis widget. Error: Permission denied for <[name of my site[> to get property Window.document from . Source File: http://platform.twitter.com/anywhere.js?id=[my api key]&v=1 Line: 1

[twitter-dev] Cannot create list with a specific slug, even if that slug doesn't exist in the account

2010-01-04 Thread LeeS - @semel
In my account, there's no list named 'design': http://twitter.com/shortyawards/design results in a 404 page When I try to create one with that name, I get numbers appended to it: curl -u .. -d"name=design" http://api.twitter.comtyawards/lists.xml 5397152 design @shortyawards/design-

[twitter-dev] Undeletable list?

2009-12-15 Thread LeeS - @semel
I seem to have created an undeletable list in one of my accounts (list id 4667928) I can't delete it via the API, and deleting the list via twitter.com also fails. Lee

[twitter-dev] Reminder: Twitter developer event tonight in SF

2009-12-07 Thread LeeS - @semel
Link: http://realtimebooze.eventbrite.com/ The founders of Cotweet, Klout, Involver, Posterous, Twittorati, and Listimonkey will be there in addition to a few members of the Twitter API team. If you're building a business around the real time web or just tinkering with a few product ideas, please

[twitter-dev] Re: How to get the most followed users?

2009-12-06 Thread LeeS - @semel
You've got to basically build your own database of users. That's what I did to create this page: http://listorious.com/top/followers Lee On Dec 6, 10:15 am, Abraham Williams <4bra...@gmail.com> wrote: > If you want the top 1000 by followers you could parsehttp://twitterholic.com/. > > On Sat, D

[twitter-dev] Re: Tons of 502s

2009-12-06 Thread LeeS - @semel
I'm glad the fail whale is still around. I hadn't seen it in a while and was starting to miss it. Lee

[twitter-dev] Re: Tons of 502s

2009-12-06 Thread LeeS - @semel
Everything is down for me too. Twitter.com itself shows a fail whale. Lee

[twitter-dev] Search, ignoring retweets

2009-12-06 Thread LeeS - @semel
I'd like to use Twitter search while ignoring retweets. Is it always that case that retweets made with the Retweet button will have "RT @username:" prepended to the text when appearing in the search API results? Is there a better way to identify retweets? Thanks Lee

[twitter-dev] Real Time Twitter Booze -- SF 12/7, NY 12/10

2009-12-02 Thread LeeS - @semel
Hi all, We're the cofounders of Sawhorse Media, which created Listorious, Shorty Awards, Muck Rack, Venture Maven. We're anxious to meet more folks doing Twitter development so we're getting a few together for drinks. If you're building a business around the real time web or just tinkering with a

[twitter-dev] Authorizing users for my app's API

2009-11-30 Thread LeeS - @semel
Here's the situation: My app lets users OAuth via Twitter as their login. Simple and standard. Now, I've created an API for my app. I want other apps, say Twitter clients, to be able to use my app, as if they are one of my app's users. What's the best way to let the user authorize that app to

[twitter-dev] Re: Lists API call not working?

2009-11-30 Thread LeeS - @semel
off lists on twitter.com at the moment.  I'd expect this > > would cause the API to stop working too.. > > > On Tue, Dec 1, 2009 at 10:36 AM, LeeS - @semel wrote: > > > > I'm trying to use this call from the documentation, which previously > > > work

[twitter-dev] Lists API call not working?

2009-11-30 Thread LeeS - @semel
I'm trying to use this call from the documentation, which previously worked - now it doesn't: http://api.twitter.com/1/twitterapidocs/lists.xml I get redirected to http://api.twitter.com/lists/not_yet This seems to affect other API calls I've tried as well. Lee

[twitter-dev] Turning a list's status timeline into an JS/Ajax widget

2009-11-01 Thread LeeS - @semel
Does calling the status timeline ( '/:users/lists/:list_slug/ statuses.:format') for a list count against rate limit? What I'm thinking of is doing an Ajax widget that auto updates with new tweets from a list every few seconds, such as the Search widget Twitter provides: http://twitter.com/goodie

[twitter-dev] Re: Updates to the List API (list descriptions, cursoring lists of lists, finding by list id rather than slug & more consistent names)

2009-10-30 Thread LeeS - @semel
Does calling the status timeline for a list count against rate limit? What I'm thinking of is doing an Ajax widget that auto updates with new tweets from a list every few seconds, similar to how many people use the Search API to do this by hashtag. If the status API request is rate limited this

[twitter-dev] Re: Draft of List API documentation

2009-10-24 Thread LeeS - @semel
Seconding bulk add. I'm working on a Lists app and everyone I've shown it to asks for this feature. Lee On Oct 18, 3:31 am, Dave Briccetti wrote: > Bulk add would be great. Here’s a log from doing individual adds. > Notice there were many over capacity errors. And that it took about a > minut

[twitter-dev] List API: Rules for converting list name -> list slug

2009-10-17 Thread LeeS - @semel
Anyone have the rules for converting the user-entered name of the list into the list slug? This would save our app an API call when creating new lists. Lee