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 |
Tags
- window
- 여행
- PostgreSQL
- 젤다의전설
- Linux
- 개발툴
- 오픈워터
- hybride
- JavaScript
- 뱀파이어서바이벌
- 야생의숨결
- Front-end
- JS
- ubuntu
- psql
- 다이빙
- 세부
- guide
- poe2
- window10
- 공략
- 어드벤스
- WebView
- 게임
- 씨홀스
- 취미
- 스쿠버다이빙
- 엘든링
- docker
- 페오엑
Archives
- Today
- Total
Rianshin
카카오로그인 본문
728x90
반응형
SMALL
if (type === 'kakao') {
success: function(authObj) {
console.log(JSON.stringify(authObj, null, 8))
Kakao.API.request({
url: '/v2/user/me',
success: function(res) {
res.sns_type = "kakao";
res.email = res.kakao_account.email;
console.log(JSON.stringify(res, null, 8))
},
fail: function(res) {
console.log(JSON.stringify(res, null, 8))
}
})
},
fail: function(err) {
console.log(JSON.stringify(err));
},
throughTalk: false
});
728x90
반응형
LIST
'Develop > Front-End' 카테고리의 다른 글
[Front-End]window.open in Safari (0) | 2020.09.28 |
---|---|
[FB]페이스북 로그인 (0) | 2020.06.23 |
Facebook 로그인 연동 error (0) | 2020.05.06 |
Digging into Angular’s “Controller as” syntax by Todd Motto (0) | 2016.08.05 |
Cordova (0) | 2016.08.05 |
Comments