반응형
Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 뱀파이어서바이벌
- JS
- 여행
- 야생의숨결
- window
- Front-end
- 세부
- Linux
- ubuntu
- 개발툴
- 오픈워터
- 다이빙
- 스쿠버다이빙
- 엘든링
- 취미
- poe2
- PostgreSQL
- JavaScript
- 어드벤스
- docker
- 공략
- 젤다의전설
- 게임
- guide
- window10
- psql
- WebView
- 페오엑
- hybride
- 씨홀스
Archives
- Today
- Total
Rianshin
카카오로그인 본문
728x90
반응형
SMALL
공유된 코드 - Color Scripter
저작권자 : boarderrian@gmail.com 코드 설명 : kakao login
colorscripter.com
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