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,