add twitter plugin

This commit is contained in:
Friendika 2010-12-30 23:28:33 -08:00
parent e490c9459d
commit cf88b28378
4 changed files with 1167 additions and 2 deletions

View file

@ -36,7 +36,7 @@ function facebook_post_hook(&$a,&$b) {
if($appid && $secret) {
$fb_post = get_pconfig($local_user(),'facebook','post');
$fb_post = get_pconfig(local_user(),'facebook','post');
if($fb_post) {
require_once('library/facebook.php');
@ -56,5 +56,5 @@ function facebook_post_hook(&$a,&$b) {
}
}
}
}
}