I'm trying to find out how Facebook gets access to a buddy list when a username and password is provided. I'm not sure if this is a WebAim thing or one of the other developer tools, sdks'.
Basically I'd want to use the same functionality as facebook, enter username and password, it returns a buddy list, then I check those names vs. the names in my system to find potential matches. Seems like an easy webservice would do the trick, but I'm sure there many authentication issues to worry about there.
Can someone point me in the right direction?
Thanks.

Re: Accessing Buddy List for Friends like Facebok
You can also look at the get Buddy List mashup samples in http://dev.aol.com/gallery - note however that the Buddy List does not contain email addresses. Facebook most likely does 'screen scraping' from AOL Address Book, but I can't confirm that (as I don't work for Facebook :-) ).