コード例 #1
0
ファイル: login.php プロジェクト: johnmanjiro/first_app
<?php

require_once __DIR__ . '/config.php';
$twitterLogin = new MyApp\TwitterLogin();
try {
    $twitterLogin->login();
} catch (Exception $e) {
    echo $e->getMessage();
    exit;
}