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

Commit 4530807

Browse files
committed
fix deleteStory #182
1 parent 7908f46 commit 4530807

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/snapchat.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2545,6 +2545,8 @@ public function deleteStory($storyId)
25452545
'/bq/delete_story',
25462546
array(
25472547
'story_id' => $storyId,
2548+
'username' => $this->username,
2549+
'timestamp' => $timestamp
25482550
),
25492551
array(
25502552
$this->auth_token,

0 commit comments

Comments
 (0)