페이스북에 댓글 동시남기기 진행중

This commit is contained in:
gnuboard
2013-05-15 09:46:59 +09:00
parent 4392158b15
commit 39ee718590
6 changed files with 82 additions and 20 deletions

View File

@ -128,15 +128,6 @@ define('G4_SPECIAL', 64); // 특수문자
define('G4_MOBILE_AGENT', 'phone|samsung|lgtel|mobile|skt|nokia|blackberry|android|sony');
/********************
SNS 상수
********************/
define('G4_FACEBOOK_APPID', '119146498278078');
define('G4_FACEBOOK_SECRET', '311e0d6ff8ff43cfe0e75fe82d71777c');
define('G4_FACEBOOK_CALLBACK', G4_SNS_URL.'/facebook/callback.php');
/********************
기타 상수
********************/
@ -144,4 +135,4 @@ define('G4_FACEBOOK_CALLBACK', G4_SNS_URL.'/facebook/callback.php');
// 게시판에서 링크의 기본갯수를 말합니다.
// 필드를 추가하면 이 숫자를 필드수에 맞게 늘려주십시오.
define('G4_LINK_COUNT', 2);
?>`
?>