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),