You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
friendica-addons/twitter
Adam Magness c9a8974165
Logger Levels
4 years ago
..
config Move addon-specific config to config/addon.ini.php 5 years ago
lang NL translation THX JeroenED 5 years ago
templates The settings for the application name are removed since they will be filled automatically. 8 years ago
vendor [ImgBot] optimizes images 5 years ago
LICENSE Update Twitter addon documentation, file comment 5 years ago
README.md Move addon-specific config to config/addon.ini.php 5 years ago
composer.json [various] Update "mrpetovan" email address 5 years ago
composer.lock Add explicit dependencies to twitter addon 5 years ago
lighter.png some files were executable, now they are not 5 years ago
twitter.css some files were executable, now they are not 5 years ago
twitter.php Logger Levels 4 years ago
twitter_sync.php Core Logger 4 years ago

README.md

Twitter Addon

Main authors Tobias Diekershoff, Michael Vogel and Hypolite Petovan.

This bi-directional connector addon allows each user to crosspost their Friendica public posts to Twitter, import their Twitter timeline, interact with tweets from Friendica, and crosspost to Friendica their public tweets.

Installation

To use this addon you have to register an application for your Friendica instance on Twitter. Register your Friendica site as "Client" application with "Read & Write" access we do not need "Twitter as login". Please leave the field "Callback URL" empty. When you've registered the app you get the OAuth Consumer key and secret pair for your application/site.

After the registration please enter the values for "Consumer Key" and "Consumer Secret" in the administration.

Alternative configuration

Add your key pair to your global config/addon.ini.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

The Twitter Connector is licensed under the 3-clause BSD license see the LICENSE file in the addons directory.

The Twitter Connector uses the Twitter OAuth library by Abraham Williams, MIT licensed