- Still send notices to Facebook from existing Facebook app users

- Turns out we don't need the old REST lib to use the old REST API
(removed)
This commit is contained in:
Zach Copley
2010-11-09 00:56:53 +00:00
parent 035081a803
commit cd236efe12
9 changed files with 210 additions and 4670 deletions

View File

@@ -31,8 +31,6 @@ if (!defined('STATUSNET')) {
exit(1);
}
require_once INSTALLDIR . '/plugins/Facebook/facebookutil.php';
class FacebookQueueHandler extends QueueHandler
{
function transport()
@@ -43,7 +41,7 @@ class FacebookQueueHandler extends QueueHandler
function handle($notice)
{
if ($this->_isLocal($notice)) {
return facebookBroadcastNotice($notice);
return Facebookclient::facebookBroadcastNotice($notice);
}
return true;
}