250x250
반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 젤다의전설
- 어드벤스
- ubuntu
- 취미
- docker
- PostgreSQL
- guide
- 오픈워터
- 여행
- Linux
- psql
- 다이빙
- window10
- Front-end
- 세부
- WebView
- 뱀파이어서바이벌
- JavaScript
- 야생의숨결
- 개발툴
- 스쿠버다이빙
- 씨홀스
- hybride
- 도커
- window
- 엘든링
- Angular
- 공략
- JS
- 게임
Archives
- Today
- Total
Rianshin
[FB]페이스북 로그인 본문
728x90
반응형
SMALL
https://colorscripter.com/s/V0ntYWJ
FB.login(function(response){
console.log(JSON.stringify(response, null, 8))
FB.api('/me', {fields: 'email, id'}, function(response) {
response.sns_type = "facebook"
response.email = response.id;
console.log('[FB userInfo]' + JSON.stringify(response, null, 8));
if(response.email === 'undefined'){
//email없을때.
}
else{
//email있을때
}
});
}, {scope: 'public_profile, email'});
728x90
반응형
LIST
'Develop > Front-End' 카테고리의 다른 글
[카카오 간편 로그인] 부모창 overflow hidden (0) | 2020.11.02 |
---|---|
[Front-End]window.open in Safari (0) | 2020.09.28 |
카카오로그인 (0) | 2020.06.23 |
Facebook 로그인 연동 error (0) | 2020.05.06 |
Digging into Angular’s “Controller as” syntax by Todd Motto (0) | 2016.08.05 |
Comments