以下はすべてFacebook DeveloperのサイトからAppの登録を済ませて、App IDを取得した前提ですすめてます。 Home - Facebook Developers データ取得はだいたいFB.apiで取れる。FB.apiとか使う場合は、先にFB.init()実行して、そのあとFB.login()でAuthする必要がある。 FB.init({ appId : YOURAPP_ID, // App ID channelUrl : '//YOURAPP_URL/channel.html', // Channel File status : true, // check login status cookie : true, // enable cookies to allow the server to access the session xfbml : true // par