diff --git a/src/snapchat.php b/src/snapchat.php index b658708..0e924a3 100644 --- a/src/snapchat.php +++ b/src/snapchat.php @@ -988,7 +988,6 @@ public function sendMessage($tos, $text) } if(count($messagesArray) <= 0) return null; $messages = json_encode($messagesArray); - $timestamp = parent::timestamp(); $result = parent::post( '/loq/conversation_post_messages', array( @@ -2547,8 +2546,8 @@ public function deleteStory($storyId) '/bq/delete_story', array( 'story_id' => $storyId, - 'username' => $this->username, - 'timestamp' => $timestamp + 'username' => $this->username, + 'timestamp' => $timestamp ), array( $this->auth_token,