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

Commit

Permalink
Fixed deleteStory endpoint
Browse files Browse the repository at this point in the history
Fixes #182
  • Loading branch information
mgp25 committed Sep 2, 2015
1 parent 71190fd commit 3d6a186
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 @@ -2412,7 +2412,7 @@ public function deleteStory($storyId)

$timestamp = parent::timestamp();
$result = parent::post(
'/delete_story',
'/bq/delete_story',
array(
'story_id' => $storyId,
),
Expand Down

0 comments on commit 3d6a186

Please sign in to comment.