view twitter/getTokenURL.php @ 20:7679346abfdb

get code and use it
author Charlie Root
date Thu, 25 Oct 2018 09:40:25 -0400
parents 077b0a0a3e6d
children
line wrap: on
line source

<?php
include 'EpiCurl.php';
include 'EpiOAuth.php';
include 'EpiTwitter.php';
include 'secret.php';

$twitterObj = new EpiTwitter($consumer_key, $consumer_secret);

echo $twitterObj->getAuthenticateUrl();
?>