Favorite data is not exactly confidential; I can go to a user's profile and see everything they have as a favorite. Why isn't there an easy way to see who marked my questions as favorite?
|
I'd actually suggest going the other way: make my list of favorited questions private. I don't see why anyone else needs to know which questions I like enough to come back to. |
|||||||||
|
|
My guess is that you could probably work up a query with some SQL-fu. This site is usually pretty easy to work with: Example: users who've marked my questions as favorites on Stack Overflow For reference: |
||||
|
|
|
You could query the database: |
||||
|
|
|
This would allow to find people that have the same problems or interests. Nice feature for networking. Alternative: neighborhood graph based on tags in questions and answers. |
|||
|
|
It looks like you may be able to get this from the public data dump now, starting from the July 2009 dump: http://blog.stackoverflow.com/2009/07/creative-commons-data-dump-july-09/ |
|||
|
|
|
There's no way to do this directly (Stack Overflow provides no mechanism to do so), but sometimes you can use Google to find out. As an example, suppose you wanted to find out who marked "Jon Skeet Facts?" as favorite. Just search for
on Google. |
|||||||||||||||||||||||||||||
|