From b6e1bc4270df5822fbe3df99d3ba6d0ebabc92e4 Mon Sep 17 00:00:00 2001 From: mgp25 Date: Mon, 31 Aug 2015 00:12:18 +0200 Subject: [PATCH] Fixed endpoint findFriends Fixes #176 --- src/snapchat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snapchat.php b/src/snapchat.php index 5d1ce64..72ac1fe 100644 --- a/src/snapchat.php +++ b/src/snapchat.php @@ -1112,7 +1112,7 @@ public function findFriends($numbers) { $timestamp = parent::timestamp(); $result = parent::post( - '/ph/find_friends', + '/bq/find_friends', array( 'countryCode' => $country, 'numbers' => json_encode($batch, JSON_FORCE_OBJECT),