diff --git a/src/snapchat.php b/src/snapchat.php index 25c6f2d..7e70447 100644 --- a/src/snapchat.php +++ b/src/snapchat.php @@ -2412,7 +2412,7 @@ public function deleteStory($storyId) $timestamp = parent::timestamp(); $result = parent::post( - '/delete_story', + '/bq/delete_story', array( 'story_id' => $storyId, ),