소셜로그인 페이스북 아이디로 로그인 오류 수정 및 트위터 앱 링크 수정
This commit is contained in:
@ -1157,7 +1157,7 @@ include_once('_rewrite_config_form.php');
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="cf_twitter_key">트위터 컨슈머 Key</label></th>
|
<th scope="row"><label for="cf_twitter_key">트위터 컨슈머 Key</label></th>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="cf_twitter_key" value="<?php echo $config['cf_twitter_key'] ?>" id="cf_twitter_key" class="frm_input" size="40"> <a href="https://dev.twitter.com/apps" target="_blank" class="btn_frmline">앱 등록하기</a>
|
<input type="text" name="cf_twitter_key" value="<?php echo $config['cf_twitter_key'] ?>" id="cf_twitter_key" class="frm_input" size="40"> <a href="https://developer.twitter.com/en/apps" target="_blank" class="btn_frmline">앱 등록하기</a>
|
||||||
</td>
|
</td>
|
||||||
<th scope="row"><label for="cf_twitter_secret">트위터 컨슈머 Secret</label></th>
|
<th scope="row"><label for="cf_twitter_secret">트위터 컨슈머 Secret</label></th>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
@ -322,7 +322,7 @@ function social_extends_get_keys($provider){
|
|||||||
"keys" => array("id" => $config['cf_facebook_appid'], "secret" => $config['cf_facebook_secret']),
|
"keys" => array("id" => $config['cf_facebook_appid'], "secret" => $config['cf_facebook_secret']),
|
||||||
"display" => "popup",
|
"display" => "popup",
|
||||||
"redirect_uri" => get_social_callbackurl('facebook'),
|
"redirect_uri" => get_social_callbackurl('facebook'),
|
||||||
"scope" => array('email'), // optional
|
"scope" => 'email', // optional
|
||||||
"trustForwarded" => false
|
"trustForwarded" => false
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user