Facebook for music freaks
I want to make a program which allows me to have an update on all music posted by friends, or soundcloud. My goal is to have a web page that I can see from wherever I am, wit开发者_如何学Ch all the list, and tells me who posted what. I have heard about a query langage (FQL), do I have to use this to make my project work?
Thanks.
Facebook Query Language is documented at: http://developers.facebook.com/docs/reference/fql/
Facebook's Graph API may be simpler to use: http://developers.facebook.com/docs/reference/api/ (I believe FQL makes possible some things which the Graph API cannot currently do, though.)
精彩评论