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

Commit

Permalink
fix deleteStory #182
Browse files Browse the repository at this point in the history
  • Loading branch information
mgp25 committed Sep 20, 2015
1 parent 7908f46 commit 4530807
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/snapchat.php
Original file line number Diff line number Diff line change
Expand Up @@ -2545,6 +2545,8 @@ public function deleteStory($storyId)
'/bq/delete_story',
array(
'story_id' => $storyId,
'username' => $this->username,
'timestamp' => $timestamp
),
array(
$this->auth_token,
Expand Down

0 comments on commit 4530807

Please sign in to comment.