From 453080718340a2d0464d8a550e0243446f1ad364 Mon Sep 17 00:00:00 2001 From: mgp25 Date: Mon, 21 Sep 2015 00:41:50 +0200 Subject: [PATCH] fix deleteStory #182 --- src/snapchat.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/snapchat.php b/src/snapchat.php index bed47dd..1af869d 100644 --- a/src/snapchat.php +++ b/src/snapchat.php @@ -2545,6 +2545,8 @@ public function deleteStory($storyId) '/bq/delete_story', array( 'story_id' => $storyId, + 'username' => $this->username, + 'timestamp' => $timestamp ), array( $this->auth_token,