diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-02-06 17:37:04 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-02-06 17:37:04 +0100 |
commit | a175027fc1c9cdc17e19f418d0fe4dfb23b710db (patch) | |
tree | 43c67abc12a82f078263797d3d593c1db3a66d5b /addon/twitter | |
parent | fd6116296efd4dc9168b3fefa6ba586d83a1a454 (diff) | |
download | volse-hubzilla-a175027fc1c9cdc17e19f418d0fe4dfb23b710db.tar.gz volse-hubzilla-a175027fc1c9cdc17e19f418d0fe4dfb23b710db.tar.bz2 volse-hubzilla-a175027fc1c9cdc17e19f418d0fe4dfb23b710db.zip |
deleted an item from the ToDo list
Diffstat (limited to 'addon/twitter')
-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 |