diff options
-rw-r--r-- | addon/twitter/twitter.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/addon/twitter/twitter.php b/addon/twitter/twitter.php index 8faa5e5cf..8f4f74f7f 100644 --- a/addon/twitter/twitter.php +++ b/addon/twitter/twitter.php @@ -24,13 +24,14 @@ * setting. After this, your user can configure their Twitter account settings * from "Settings -> Plugin Settings". * + * Requirements: PHP5, curl [Slinky library] + * * Documentation: http://diekershoff.homeunix.net/redmine/wiki/friendikaplugin/Twitter_Plugin */ /* __TODO__ * * - deletion of the OAuth credentials does not work - * - include short links to the original posting if possible * - what about multimedia content? * so far we just strip HTML tags from the message * - after entering the PIN reload page propperly |