friendica-addons/twitter
Hypolite Petovan 75d5fbbc70 Update Twitter addon
- Replace Codebird with latest version of TwitterOAuth from addon vendor
- Remove references to library/twitteroauth.php, include/bbcode.php and
addon/twitter/codebird.php
- Remove unused obsolete cacert.pem
2018-01-27 23:12:04 -05:00
..
lang Update strings 2018-01-20 11:01:59 -05:00
templates The settings for the application name are removed since they will be filled automatically. 2015-03-22 09:26:18 +01:00
LICENSE markdownification of the Twitter README file 2013-05-31 16:26:10 +02:00
README.md Update strings 2018-01-20 11:01:59 -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 Update Twitter addon 2018-01-27 23:12:04 -05:00
twitter_sync.php Additional work for PR 3778 2017-10-12 16:10:42 +00:00

README.md

Twitter Addon

Main authors Tobias Diekershoff and Michael Vogel.

With this addon to friendica you can give your users the possibility to post their public messages to Twitter and to import their timeline. The messages will be strapped their rich context and shortened to 280 characters length if necessary.

The addon can also mirror a users Tweets into the ~friendica wall.

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.

Where to find

In the friendica addon git repository /twitter/, this directory contains all required PHP files (including the Twitter OAuth library by Abraham Williams, MIT licensed and the Slinky library by Beau Lebens, BSD license), a CSS file for styling of the user configuration and an image to Sign in with Twitter.

License

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