2018-11-25 07:16:41 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// Warning: Don't change this file! It only holds the default config values for this addon.
|
2022-11-20 16:43:42 +00:00
|
|
|
// Instead, copy this file to config/twitter.config.php in your Friendica directory and set the correct values there
|
2018-11-25 07:16:41 +00:00
|
|
|
|
|
|
|
return [
|
|
|
|
'twitter' => [
|
|
|
|
// consumerkey (String)
|
|
|
|
// OAuth Consumer Key provided by Twitter on registering an app at https://twitter.com/apps
|
|
|
|
'consumerkey' => '',
|
|
|
|
|
|
|
|
// consumersecret (String)
|
|
|
|
// OAuth Consumer Secret provided by Twitter on registering an app at https://twitter.com/apps
|
|
|
|
'consumersecret' => '',
|
|
|
|
],
|
|
|
|
];
|