There are lot of SO gadgets out there. But we have to enter the userid (number) instead of username. It will be good if we have an API to get userid from username.
Example gadget below from an SO user.
|
There are lot of SO gadgets out there. But we have to enter the userid (number) instead of username. It will be good if we have an API to get userid from username. Example gadget below from an SO user. |
|||||||
|
|
I think it's not possible. I could change my username to Shoban and the system wouldn't be able to choose between my id and your id. Username is not unique, id is. |
|||
|
|
|
Who says it can't be done? Here you go:
You can also get back csv data, like this:
And a C# class to get the results (untested/typed directly into edit window):
|
||||
|
|
|
Go to the Users Search, type in the username you want, and get the id from its URL. Simple as pie :) |
|||
|
|
|
Actually, since username can be duplicated, it is NOT simple as pie. In fact I think it takes multiple calls in all except a few instances as you try to triangulate the actual user. If you have a post from the user then you have a chance. I have asked for the actual user ID to be embedded in the search feed, which would make it much simplier to get from question to person. http://meta.stackoverflow.com/questions/34374/embedding-userid-in-questions-feeds-api |
|||
|
|