]> git.mxchange.org Git - friendica-addons.git/blob - twitter/config/twitter.ini.php
PL translation blackout THX waldis
[friendica-addons.git] / twitter / config / twitter.ini.php
1 <?php return <<<INI
2
3 ; Warning: Don't change this file! It only holds the default config values for this addon.
4 ; Instead overwrite these config values in config/addon.ini.php in your Friendica directory
5
6 [twitter]
7 ; consumerkey (String)
8 ; OAuth Consumer Key provided by Twitter on registering an app at https://twitter.com/apps
9 consumerkey =
10
11 ; consumersecret (String)
12 ; OAuth Consumer Secret provided by Twitter on registering an app at https://twitter.com/apps
13 consumersecret =
14
15 INI;
16 //Keep this line