Skip to content

Instantly share code, notes, and snippets.

@howyi
Created July 16, 2015 05:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save howyi/d930a603886de6af914a to your computer and use it in GitHub Desktop.
Save howyi/d930a603886de6af914a to your computer and use it in GitHub Desktop.
Initialize
<?PHP
#初期設定を共通化して手間を省く(hogeとfoo,barは差し替え必須)
define('CONSUMER_KEY', 'hogehogehoge');
define('CONSUMER_SECRET','foofoofoo');
define('OAUTH_CALLBACK', 'http://localhost/barbarbarbar/callback.php');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment