1_에서는 SDK를 로드하는법. 2_에서는 페이스북 앱생성 및 설정하는 부분. 3_에서는 초기화 후 페이스북 로그인하여 사용자의 정보를 알아오는 부분. 순서. 1.window.fbAsyncInit에 함수할당 2. SDK로드 완료 3.window.fbAsyncInit 호출 4. FB.init() 실행 //앱 아이디 var runAppID = "1000000000000"; function facebookReady() { FB.init({ appId: runAppID, status : true, cookie : true, // enable cookies to allow server to access session, xfbml : true, oauth : true, // enable OAuth 2.0 versi..