Statusnet: Now pictures are posted as well.

This commit is contained in:
Michael Vogel 2013-08-25 09:36:32 +02:00
parent 3de94114ea
commit ac1675ab57
3 changed files with 1092 additions and 10 deletions

View file

@ -648,7 +648,7 @@ function twitter_post_hook(&$a,&$b) {
// trying a new library for twitter
// To-Do:
// Switching completely to this library with all functions
include 'codebird.php';
require_once("addon/twitter/codebird.php");
$cb = \Codebird\Codebird::getInstance();
$cb->setConsumerKey($ckey, $csecret);