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 | 31 |
Tags
- 어드벤스
- Linux
- JavaScript
- 공략
- 뱀파이어서바이벌
- 야생의숨결
- 취미
- 오픈워터
- window
- 씨홀스
- hybride
- guide
- 세부
- 젤다의전설
- psql
- 개발툴
- Front-end
- 페오엑
- JS
- ubuntu
- window10
- 엘든링
- 다이빙
- 여행
- poe2
- docker
- 스쿠버다이빙
- 게임
- WebView
- PostgreSQL
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