I'm trying to develop a stackoverflow.com widget for Mac OS X and I'd like to show the flair for a given username.
The different possibilities described in User Flair are all expecting the ID of a user but I'd like to let the user enter a username, instead.
Is there any way to retrieve the userID for a given username?
Better yet, is there some AJAX usersearch callback that would suggest completions after parts of the username have been entered?