Hey there, I was wondering what my options are for doing ID -> name resolution. I want to track changes to a user's social graph, and when changes occur, resolve those follow(ing/er) IDs back to names.
I can easily make multiple GETs to users/show for small sets of changes (and I'm caching aggressively too), but if I get a single Oprah Winfrey type account using the service, I will surely exhaust the account's API quota (I'm using OAuth). My alternative seems to be ignoring the social graph APIs, and instead fetching statuses/(friends|followers), and paging the entire way through the results. For my own (meagre) account, the first page of statuses/followers is already 110KB. :( Who would I contact to try and get a special account with extra quota added?