]> git.mxchange.org Git - friendica-addons.git/blob - twitter/README.md
Review Updates
[friendica-addons.git] / twitter / README.md
1 Twitter Plugin
2 ==============
3
4 Main authors Tobias Diekershoff and Michael Vogel.
5
6 With this addon to friendica you can give your users the possibility to post their *public* messages to Twitter and 
7 to import their timeline. The messages will be strapped their rich context and shortened to 140 characters length if 
8 necessary.
9
10 The addon can also mirror a users Tweets into the ~friendica wall.
11
12 Installation
13 ------------
14
15 To use this plugin you have to register an [application](https://apps.twitter.com/) for your friendica instance on Twitter. Please leave the field "Callback URL" empty.
16
17 After the registration please enter the values for "Consumer Key" and "Consumer Secret" in the [administration](admin/plugins/twitter).
18
19 Where to find
20 -------------
21
22 In the friendica addon git repository /twitter/, this directory contains
23 all required PHP files (including the [Twitter OAuth library][1] by Abraham
24 Williams, MIT licensed and the [Slinky library][2] by Beau Lebens, BSD license),
25 a CSS file for styling of the user configuration and an image to _Sign in with
26 Twitter_.
27
28 [1]: https://github.com/abraham/twitteroauth
29 [2]: http://dentedreality.com.au/projects/slinky/
30
31 License
32 =======
33
34 The _StatusNet Connector_ is licensed under the [3-clause BSD license][3] see the
35 LICENSE file in the addons directory.
36
37 [3]: http://opensource.org/licenses/BSD-3-Clause
38
39