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
- TailMe
- User-Agent
- Java
- db
- 알고리즘
- 암호화
- JEUS
- eGov
- web server
- Tomcat
- AES
- 브라우저
- dbms
- @Scheduled
- 물리적주소
- 개발자도구
- programmers
- scheduled
- Login
- mysql
- Was
- Firebase
- WINDOW11
- window10
- WebtoB
- 접근장치
- URLRewirte
- ua-parser
- FCM
- Oracle
Archives
- Today
- Total
반응형
목록javascript (11)
HD
facebook 무기한 토큰 만들
1단계 : https://graph.facebook.com/v2.2/oauth/access_token?grant_type=fb_exchange_token&client_id={app_id}&client_secret={app_secret}&fb_exchange_token={short_lived_token} 2단계 : https://graph.facebook.com/v2.2/me?access_token={long_lived_access_token} 3단계 : https://graph.facebook.com/v2.2/{account_id}/accounts?access_token={long_lived_access_token} {account_id}는 2단계에서 나온 Id값을 넣어주면 됨
javascript/페이스북 SNS
2019. 6. 12. 15:21
반응형