We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
EZFB.api.login()으로 로그인을 시도했을 때 발생하는 이벤트입니다. 콜백 함수에는 authResponse가 전달됩니다.
EZFB.event.login( function( $response ) { console.log( $response ); } ); EZFB.api.login( 'email,user_likes' );
Home