friendica-addons/twitter
Hypolite Petovan 18a742546c [twitter] Shorten foreign share mention 2018-10-17 22:28:28 -04:00
..
config Move addon-specific config to config/addon.ini.php 2018-07-11 22:56:52 -04:00
lang NL translation THX JeroenED 2018-08-25 21:12:02 +02:00
templates The settings for the application name are removed since they will be filled automatically. 2015-03-22 09:26:18 +01:00
vendor [ImgBot] optimizes images 2018-07-14 02:28:43 -04:00
LICENSE Update Twitter addon documentation, file comment 2018-01-27 23:20:09 -05:00
README.md Move addon-specific config to config/addon.ini.php 2018-07-11 22:56:52 -04:00
composer.json [various] Update "mrpetovan" email address 2018-09-15 19:30:59 -04:00
composer.lock Add explicit dependencies to twitter addon 2018-01-28 12:17:19 -05:00
lighter.png some files were executable, now they are not 2017-12-07 14:26:26 +01:00
twitter.css some files were executable, now they are not 2017-12-07 14:26:26 +01:00
twitter.php [twitter] Shorten foreign share mention 2018-10-17 22:28:28 -04:00
twitter_sync.php [pumpio/twitter] Replace global $a with BaseObject::getApp() 2018-07-10 08:41:32 -04:00

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