diff --git a/src/snapchat.php b/src/snapchat.php index f095e69..c642914 100755 --- a/src/snapchat.php +++ b/src/snapchat.php @@ -1000,8 +1000,9 @@ function getFriendStories($save = FALSE) $from = $story->username; $mediaKey = $story->media_key; $mediaIV = $story->media_iv; + $timestamp = $story->timestamp; - $this->getStory($id, $mediaKey, $mediaIV, $from, $save); + $this->getStory($id, $mediaKey, $mediaIV, $from,$timestamp, $save); } }