friendica-addons/twitter
Tobias Diekershoff f6b3e9058d updated DE translation of the Twitter addon 2018-02-10 18:44:07 +01:00
..
lang updated DE translation of the Twitter addon 2018-02-10 18:44:07 +01: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 Add explicit dependencies to twitter addon 2018-01-28 12:17:19 -05:00
LICENSE Update Twitter addon documentation, file comment 2018-01-27 23:20:09 -05:00
README.md Update Twitter addon documentation, file comment 2018-01-27 23:20:09 -05:00
composer.json Add explicit dependencies to twitter addon 2018-01-28 12:17:19 -05: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 Merge pull request #521 from MrPetovan/bug/4409-twitter-exception 2018-02-08 07:07:06 +01:00
twitter_sync.php Update Twitter addon documentation, file comment 2018-01-27 23:20:09 -05: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. Please leave the field "Callback URL" empty.

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

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