]> git.mxchange.org Git - friendica-addons.git/blob - twitter/README.md
[twitter] Add POST parameter checks
[friendica-addons.git] / twitter / README.md
1 Twitter Addon
2 ==============
3
4 Main authors Tobias Diekershoff, Michael Vogel and Hypolite Petovan.
5
6 This bi-directional connector addon allows each user to crosspost their Friendica public posts to Twitter, import their
7 Twitter timeline, interact with tweets from Friendica, and crosspost to Friendica their public tweets.
8
9 ## Installation
10
11 To use this addon you have to register an [application](https://apps.twitter.com/) for your Friendica instance on Twitter.
12 Please leave the field "Callback URL" empty.
13
14 After the registration please enter the values for "Consumer Key" and "Consumer Secret" in the [administration](admin/addons/twitter).
15
16 ## License
17
18 The _Twitter Connector_ is licensed under the [3-clause BSD license][2] see the LICENSE file in the addons directory.
19
20 The _Twitter Connector_ uses the [Twitter OAuth library][2] by Abraham Williams, MIT licensed
21
22 [1]: http://opensource.org/licenses/BSD-3-Clause
23 [2]: https://github.com/abraham/twitteroauth