From 3d6a186196fbf8911fad79f9a76b90bd0b9dc15c Mon Sep 17 00:00:00 2001 From: mgp25 Date: Wed, 2 Sep 2015 15:25:11 +0200 Subject: [PATCH] Fixed deleteStory endpoint Fixes #182 --- src/snapchat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ),