Skip to content

Commit 9fd5b5b

Browse files
author
jlengstorf
committed
Updated response to Pubsubhubbub challenge flow.
1 parent 10edb9b commit 9fd5b5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
// Catches the Instagram realtime Pubsubhubub challenge flow
4-
if (isset($_GET['hub.challenge'])) {
5-
echo $_GET['hub.challenge'];
4+
if (isset($_GET['hub_challenge'])) {
5+
echo $_GET['hub_challenge'];
66
exit;
77
}

0 commit comments

Comments
 (0)