When you move on to editing your favorite music or movies on Facebook, you’ll see a list of auto-complete suggestions, which is basically an “all” list (brands, music artists, movies, etc.). How can someone use this list in their own code? Is it part of the Facebook API?
They transfer some functionality to their FBML fields, but their developer wiki shows how they do what they do . However, if you want to use your data, you will have to play with the HTTP proxy server and find out what parameters to send to their server. There are also a couple parameters that seem to be session based, so I don’t know how well you can integrate this into your own application.
This worked for a while, but now they require a session cookie, so we need to hope that they will add support for this api schedule if you do not want to fight the proxy.