JorgenPhi / php-snapchat

A PHP library for the Snapchat API - With Commit History
MIT License
259 stars 73 forks source link

[Need update] Snapchat::$cache #99

Open vincent-lafargue opened 9 years ago

vincent-lafargue commented 9 years ago

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 /home/vance/SnapchatAPI/php-snapchat/src/snapchat.php on line 234

I did not have this error before. The piece of code used to work fine before, but since the beginning of the week no way to worked. I think Snapchat change and restricted the use of the API.

marklyons commented 9 years ago

I am also having this problem.

mgp25 commented 9 years ago

@marklyons use this API https://github.com/mgp25/Snap-API

Its up to date

Regards