Add example config for Twitter

This commit is contained in:
Steffen Lange 2020-04-01 17:34:15 +02:00
parent 3642cbec37
commit be6e5e41e4

8
TwitterKeys.php Normal file
View file

@ -0,0 +1,8 @@
<?php
$TwitterConsumerKey = '';
$TwitterConsumerSecret = '';
$TwitterAccessToken = '';
$TwitterAccessTokenSecret = '';
?>