Changeset 1737519
- Timestamp:
- 09/28/2017 05:58:23 AM (9 years ago)
- Location:
- wsl-login-extends-naver/trunk
- Files:
-
- 3 edited
-
providers/Kakao.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wsl-login-extends-naver.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wsl-login-extends-naver/trunk/providers/Kakao.php
r1650791 r1737519 100 100 ); 101 101 102 if( $this->api->client_secret && ($this->api->client_secret !== $this->api->client_id) ){ 103 $params['client_secret'] = $this->api->client_secret; 104 } 105 102 106 $response = $this->request($this->api->token_url, $params, $this->api->curl_authenticate_method); 103 107 $response = $this->parseRequestResult($response); -
wsl-login-extends-naver/trunk/readme.txt
r1650794 r1737519 5 5 Tags: wordpress social login, social login, naver login, kakao login, naver, kakao 6 6 Requires at least: 4.0 7 Tested up to: 4. 7.48 Stable tag: 0.1. 27 Tested up to: 4.8.2 8 Stable tag: 0.1.3 9 9 License: MIT License 10 10 License URI: http://opensource.org/licenses/MIT … … 49 49 == Changelog == 50 50 51 = 0.1.3 = 52 kakao 에서 Client Secret 키를 적용할수 있게 수정했습니다. 53 51 54 = 0.1.2 = 52 55 kakao 에서 이메일 주소를 받아올수 있도록 수정했습니다. ( kakao 개발자에서 설정해야 합니다. ) -
wsl-login-extends-naver/trunk/wsl-login-extends-naver.php
r1650791 r1737519 5 5 * Author: SIR Soft 6 6 * Author URI: http://sir.co.kr 7 * Version: 0.1. 27 * Version: 0.1.3 8 8 * Text Domain: SIR Soft 9 9 */
Note: See TracChangeset
for help on using the changeset viewer.