Support for Facebook's Real-Time Updates #16

Merged
CatoTH merged 4 commits from master into master 2012-03-08 23:43:22 +01:00
Showing only changes of commit b83a5a7424 - Show all commits

View file

@ -84,7 +84,7 @@ function facebook_init(&$a) {
if (x($_REQUEST, "realtime_cb") && x($_REQUEST, "realtime_cb")) {
logger("facebook_init: Facebook Real-Time callback called", LOGGER_DEBUG);
if (x($_REQUEST["hub_verify_token"])) {
if (x($_REQUEST, "hub_verify_token")) {
// this is the verification callback while registering for real time updates
$verify_token = get_config('facebook', 'cb_verify_token');