Mercurial > hg > ywww
comparison twitter/start.php @ 6:077b0a0a3e6d
remaining originals according to dependency walk
author | Robert Boland <robert@markup.co.uk> |
---|---|
date | Thu, 16 Feb 2017 22:29:02 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
5:55445b456ad0 | 6:077b0a0a3e6d |
---|---|
1 <?php | |
2 include 'EpiCurl.php'; | |
3 include 'EpiOAuth.php'; | |
4 include 'EpiTwitter.php'; | |
5 include 'secret.php'; | |
6 | |
7 $twitterObj = new EpiTwitter($consumer_key, $consumer_secret); | |
8 | |
9 echo '<a href="' . $twitterObj->getAuthenticateUrl() . '">Authorize with Twitter</a>'; | |
10 ?> | |
11 |