Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JavaScript で FQL を使用して Facebook に情報を問い合わせることはできますか? もしそうなら、どうすればいいですか?JavaScript で FQL を使用する方法の例はありますか?
本当に必要なのは、メソッドで FQL を指定することだけです。
FB.api({ method: 'fql.query', query: 'FQL query goes here' },function(response) { // callback code goes here });