Is there a way to specifically do a search for a user's friends/ followers who have allowed access to your particular app? Right now my approach is to store twitter uid's in a database whenever people authenticate, grab the user's friends/followers, and compare it against that database. This seems like I'm passing around more information than is necessary, though, and I would prefer to do the "allowed" check on twitter's end.
-- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter-development-talk
