[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

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

2010-12-02 Thread LeeS - @semel
for the mistakes which some developers tend to make. I'd recommend diving into the code and fixing the errors, instead of asking the Twitter API team to accept your broken OAuth implementations. :-) Tom On 12/2/10 11:42 PM, LeeS - @semel wrote: I am using this library on all my

[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 http://wd.sharethis.com. 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 .. -dname=design http://api.twitter.comtyawards/lists.xml ?xml version=1.0 encoding=UTF-8? list

[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: 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] 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: 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, Dec

[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

[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] Re: Lists API call not working?

2009-11-30 Thread LeeS - @semel
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 lse...@gmail.com wrote: I'm trying to use this call from the documentation, which previously worked - now it doesn't: http://api.twitter.com/1

[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] 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:

[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] 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