tmp_kakao를 경로 이동
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
require_once('_common.php');
|
require_once('_common.php');
|
||||||
require_once(ROOT.'/f_func/class._Session.php');
|
require_once(ROOT.'/f_func/class._Session.php');
|
||||||
require_once(ROOT.'/f_config/DB.php');
|
require_once(ROOT.'/f_config/DB.php');
|
||||||
require_once(ROOT.'/tmp_kakao/conf.php');//TODO: kakao 가입 정식 적용하면 코드 변경
|
require_once(ROOT.'/d_setting/conf_kakao.php');
|
||||||
$SESSION = new _Session();
|
$SESSION = new _Session();
|
||||||
if($SESSION->isLoggedIn()){
|
if($SESSION->isLoggedIn()){
|
||||||
header(ROOT.'/i_entrance/Frame.php');
|
header(ROOT.'/i_entrance/Frame.php');
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
require('conf.php');
|
require(__DIR__.'/../d_setting/conf_kakao.php');
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ko">
|
<html lang="ko">
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
require(__DIR__.'/conf.php');
|
require(__DIR__.'/../d_setting/conf_kakao.php');
|
||||||
//https://devtalk.kakao.com/t/php-rest-api/14602/3
|
//https://devtalk.kakao.com/t/php-rest-api/14602/3
|
||||||
//header('Content-Type: application/json; charset=utf-8');
|
//header('Content-Type: application/json; charset=utf-8');
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
@@ -1,17 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
require('_common.php');
|
|
||||||
require('kakao.php');
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// test code
|
|
||||||
|
|
||||||
$helper = new Kakao_REST_API_Helper('');
|
|
||||||
$helper->set_admin_key('');
|
|
||||||
|
|
||||||
$helper->test_user_management_api();
|
|
||||||
//$helper->test_story_api();
|
|
||||||
//$helper->test_talk_api();
|
|
||||||
//$helper->test_push_notification_api();
|
|
||||||
Reference in New Issue
Block a user