Skip to content

Commit 10edb9b

Browse files
author
jlengstorf
committed
Added response to Pubsubhubbub challenge flow.
1 parent 3182a8a commit 10edb9b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
// Catches the Instagram realtime Pubsubhubub challenge flow
4+
if (isset($_GET['hub.challenge'])) {
5+
echo $_GET['hub.challenge'];
6+
exit;
7+
}

0 commit comments

Comments
 (0)