Add a secrets template file

This commit is contained in:
Yarmo Mackenbach 2020-07-02 09:23:08 +02:00
parent 0481dd05b0
commit fcc1e8e57e

View file

@ -0,0 +1,8 @@
<?php
// Twitter API bearer code
// Documentation: https://developer.twitter.com/en/docs/basics/authentication/oauth-2-0
// Expected format: "Authorization: Bearer XXXXXXXXXXXXXXXXXXXXX"
$twitter_api_auth = NULL;
?>