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 have one problem. When i want to register me, this error as returned : public 'message' => string 'Please upgrade Snapchat to the latest version to create an...

This adds a condition to check if the Snapchat::$cache object is set before using it. If it is not set, it issues the request normally and does not cache the...

Snapchat::$cache can be null or not defined in getUpdates and getFriendStories, when login fails or after a logout. Code to reproduce: ``` php $snap = new Snapchat('gjdrglkmdr', 'gdkrweokew'); // invalid...

I have noticed that if you log into the Snapchat app, then try and use the username and auth_token with this API you can no longer get any snapchats as...

Hello, I save the object "$snapchat" in session with this method: http://www.php.net/manual/en/oop4.serialization.php This avoids having to redo a connection (with a new token) on Snapchat servers at each change of...

Hi, Thank for your project, it's useful for me and thank again. I am using upload and send image from your project but the result is always failed. I don't...

Hello ! First of all, sorry for bad language, i'm french. I have make a site with your API, It works perfectly. But i have some questions. If i would...

Hello, how to get the media id to retrieve a video or picture? The documentation is not very clear about this, in the example ('122FAST2FURIOUS334r), the media id used comes...

Hi, When i run the following code on my machine, I get an fatal error. It worked fine until two days ago. $snapchat = new Snapchat( SNAP_USER, SNAP_PASS ); $snaps...

When downloading a video with text, no data is returned. The test was done on a iPhone 4.