카카오 로그인을 이용한 가입 테스트
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?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