Mastodon
webcollage
.gitignore
.gitmodules
README.md
composer.json
composer.lock
config.json
mastodon-config.php.template
mastodon.php
twitter-config.php.template
twitter.php
8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
<?php
|
|
|
|
return [
|
|
'domain' => '',
|
|
'app_id' => '',
|
|
'secret' => '',
|
|
'access_token' => '',
|
|
]; |