X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=twitter%2FREADME.md;h=f1f875415229330cc0a575737f403b217f6d1dc7;hb=5ea82418d8bda7ac7d484f766571892e1719486d;hp=357180cc54d48768e8472072f518042ea8a51f11;hpb=3940618a4a5bb9dc49e4a6b076add33ccfc79b94;p=friendica-addons.git diff --git a/twitter/README.md b/twitter/README.md index 357180cc..f1f87541 100644 --- a/twitter/README.md +++ b/twitter/README.md @@ -16,13 +16,21 @@ After the registration please enter the values for "Consumer Key" and "Consumer ## Alternative configuration -Add your key pair to your global config/addon.ini.php. +Open the `config/local.config.php` file and add "twitter" to the list of activated addons: - [twitter] - consumerkey = your consumer_key here - consumersecret = your consumer_secret here + 'system' => [ + ... + 'addon' => '...,twitter' + ... + ] + +Add your key pair to your global `config/addon.config.php`. + + 'twitter' => [ + 'consumerkey' => 'your consumer_key here', + 'consumersecret' => 'your consumer_secret here', + ], -To activate the addon itself add it to the [system] addon setting. After this, users can configure their Twitter account settings from "Settings -> Addon Settings". ## License