mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-17 13:03:47 +00:00
Bugfix
This commit is contained in:
parent
c51ae6551d
commit
b83a5a7424
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ function facebook_init(&$a) {
|
||||||
if (x($_REQUEST, "realtime_cb") && x($_REQUEST, "realtime_cb")) {
|
if (x($_REQUEST, "realtime_cb") && x($_REQUEST, "realtime_cb")) {
|
||||||
logger("facebook_init: Facebook Real-Time callback called", LOGGER_DEBUG);
|
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
|
// this is the verification callback while registering for real time updates
|
||||||
|
|
||||||
$verify_token = get_config('facebook', 'cb_verify_token');
|
$verify_token = get_config('facebook', 'cb_verify_token');
|
||||||
|
|
Loading…
Reference in a new issue