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

Commit

Permalink
Fixed endpoint findFriends
Browse files Browse the repository at this point in the history
Fixes #176
  • Loading branch information
mgp25 committed Aug 30, 2015
1 parent 2bbb454 commit b6e1bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snapchat.php
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit b6e1bc4

Please sign in to comment.