mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
Statusnet: Now pictures are posted as well.
This commit is contained in:
parent
3de94114ea
commit
ac1675ab57
3 changed files with 1092 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue