Files
Mastodon
webcollage
.gitignore
.gitmodules
README.md
composer.json
composer.lock
config.json
mastodon-config.php.template
mastodon.php
twitter-config.php.template
twitter.php
social-webcollage/twitter-config.php.template

8 lines
110 B
Plaintext

<?php
return [
'api_key' => '',
'api_secret' => '',
'access_token' => '',
'access_secret' => '',
];