OSDN Git Service

65dbcdfe7abcfe70f4bfcec43921f0e41a881617
[embrj/master.git] / authorize.php
1 <?php\r
2 \r
3         include ('lib/twitese.php');\r
4         $url = 'https://api.twitter.com/oauth/authorize';\r
5         echo processCurl($url, http_build_query($_POST));\r
6 ?>