forked from friendica/friendica-addons
Brought readme up to date
This commit is contained in:
parent
174296d496
commit
4ce905347c
|
@ -50,14 +50,9 @@ __ Global Configuration __
|
||||||
If you enabled an administrator account, please use the admin panel to cofigure
|
If you enabled an administrator account, please use the admin panel to cofigure
|
||||||
the Twitter relay.
|
the Twitter relay.
|
||||||
|
|
||||||
To activate this addon add @twitter@ to the list of active addons in your
|
Activate the plugin from the plugins section of your admin panel. When you have
|
||||||
.htconfig.php file
|
done so, add your consumer key and consumer secret in the settings section of the
|
||||||
$a->config['system']['addon'] = "twitter, ..."
|
plugin page.
|
||||||
Afterwards you need to add your OAuth consumer key / secret pair to it by
|
|
||||||
adding the following two lines
|
|
||||||
|
|
||||||
$a->config['twitter']['consumerkey'] = 'your consumer KEY here';
|
|
||||||
$a->config['twitter']['consumersecret'] = 'your consumer SECRET here';
|
|
||||||
|
|
||||||
When this is done your user can now configure their Twitter connection at
|
When this is done your user can now configure their Twitter connection at
|
||||||
"Settings -> Plugin Settings" and enable the forwarding of their *public*
|
"Settings -> Plugin Settings" and enable the forwarding of their *public*
|
||||||
|
|
Loading…
Reference in a new issue