I think I have seen a Facebook photo selector dialog which allowed the user to select an album and then a photo. But searching Facebook’s documentation, this doesn’t seem to exist.
Does anybody know any widget to accomplish this (target platform is desktop/Javascript)?
Does anybody know if this dialog actually existed once or am I mistaken?
Yes, it did exist about two years ago, but does not any more.
http://developers.facebook.com/docs/reference/fbml/multi-friend-selector/
You need to do it yourself through FQL to get the friends, and a bit of CSS and HTML (and Javascript to multiple entries). googling gives other options: http://archives-mike.brevoort.com/2010/08/10/introducing-the-jquery-facebook-multi-friend-selector-plugin/index.html