Back at it: Twitter App

by dez on May 6, 2010 · 2 comments

in Social

I had a sort of aha moment last night. It involves more work on my Twitter app. Although I’m restricted by the number of calls I can make per week, I can work around that by using a different logic to get the information I’m requesting from Twitter. This involves a rather large rewrite of some workhorse portions of my code, but I’m going to work in some backup so that I can deal with Twitter status returns of 200/empty for accounts that really aren’t (this was a major issue in making this all work before). Most likely I’ll depend more on the statuses_count if I come across a reported empty that most likely isn’t really empty.

Twitter’s own API says:

Requests for more than the limit will result in a reply with a status code of 200 and an empty result in the format requested.

However, they’re responding with the same empty response/200 status when I’m asking via a valid request and I get drop-kicked by the unicorn.

I’ve got a few more ideas on how to make the app even more appealing from an information side as well, but I’m not going to list that here for fear of scope-creeping myself out of existence… also, I’m going to wait on reporting more information for when I can get what I originally wanted to display actually working consistently and accurately.


I think I figured out scale :-) less than a minute ago via web

  • http://www.providentpartners.net/blog/ Albert Maruggi

    Congrats on the scale, so then it is an estimation of who is online based on historical trends vs. who is actually online ?

    • http://iamdez.com dez

      yes… it is an estimation which is currently the only way to know who’s actually looking at their stream.

Previous post:

Next post: