keyoxide-web/server/secrets.template.php
2020-07-02 09:23:08 +02:00

8 lines
218 B
PHP

<?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;
?>