php-snapchat icon indicating copy to clipboard operation
php-snapchat copied to clipboard

A PHP library for the Snapchat API - With Commit History

Results 79 php-snapchat issues
Sort by recently updated
recently updated
newest added

Hi, i've got a problem with the api: PHP Notice: Undefined property: Snapchat::$cache in /home/vance/SnapchatAPI/php-snapchat/src/snapchat.php on line 234 PHP Fatal error: Call to a member function get() on null in...

This is after changing the login order (Check for login before pulling from cache, #93 ), so the line in reference is: if (strpos($result->message, 'Sorry! Couldn\'t find') === 0) {

Hi, Since yesterday i can't use the API php-snapchat. ``` require_once('src/snapchat.php'); $snapchat = new Snapchat('yolo_lussa', 'password'); print_r($snapchat); die(); ``` The result is `Snapchat Object ( [auth_token] => [username] => )`...

Hello I'm trying to use this library but I have a problem All the mp4 files don't work apparently. This one works http://techslides.com/demos/sample-videos/small.mp4 This one doesn't https://fat.gfycat.com/UncommonForkedArthropods.mp4 The method used...

Here's the exact message: "PHP Fatal error: Call to a member function get() on a non-object in G:\PleskVhosts\nekoview.com\httpdocs\snapchat.php on line 234" Looked at a few older threads saying an earlier...

Someone should redo the set of test users in tests/phpSnapchatTest.php, maybe even automate regenerating them somehow.

Currently, if login fails and you try getSnaps() or any of the other get functions, it will call getUpdates() which calls $this->cache->get() before checking for a valid login. As $this->cache...

Because magic numbers are kinda gross. 60 -> CURLE_SSL_CACERT

How would I get a list of recipients that have viewed a story posted by me? Is this possible?