common_debug(
"FacebookPlugin - $user->nickname ($user->id), Facebook UID: $fbuid "
.'does NOT have status_update permission. Facebook '
- . 'returned: ' . var_export($can_publish, true)
+ . 'returned: ' . var_export($canPublish, true)
);
}
$fbuid
);
- common_debug('Facebook returned: ' . var_export($result, true));
-
common_log(
LOG_INFO,
"FacebookPlugin - Posted notice $notice->id as a stream "
);
}
-
function formatNotice($notice, $user, $fbuid)
{
// Get the status 'verb' the user has set, if any
$flink
);
+ $fbuid = $flink->foreign_id;
+
common_debug(
'FacebookPlugin - Attempting to update profile box with '
. "content from notice $notice->id for $user->nickname ($user->id)"