Skip to content
This repository was archived by the owner on Dec 16, 2020. It is now read-only.

Commit b6e1bc4

Browse files
committed
Fixed endpoint findFriends
Fixes #176
1 parent 2bbb454 commit b6e1bc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/snapchat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ public function findFriends($numbers)
11121112
{
11131113
$timestamp = parent::timestamp();
11141114
$result = parent::post(
1115-
'/ph/find_friends',
1115+
'/bq/find_friends',
11161116
array(
11171117
'countryCode' => $country,
11181118
'numbers' => json_encode($batch, JSON_FORCE_OBJECT),

0 commit comments

Comments
 (0)