php-snapchat
php-snapchat copied to clipboard
Snaps do not send / Does not add friend
This is my code:
100) { die("Amount should be 1-100\n"); } } else { die("Data is missing...
\n"); } $snapchat = new Snapchat($username,$password); $logged = (isset($snapchat->cache) ? true : false); if($logged) { // Send the snaps for($i = 0; $i upload(Snapchat::MEDIA_IMAGE, strip_tags(IMAGE)); //IMAGE censored.. $snapchat->send($id, array($victim), 3); } $snapchat->addFriend('bart'); echo "Sent $amount snaps. ;)"; } else { echo "Wrong username/password!
\n"; } ?>
It seems to only log me out and not send the snaps nor add a new friend. Help please?
The API library is currently broken, people are working on it, you can too.
On 06/01/2015 13:06, zangon wrote:
This is my code:
100) { die("Amount should be 1-100 \n"); } } else { die("Data is missing... \n"); } $snapchat = new Snapchat($username,$password); $logged = (isset($snapchat->cache) ? true : false); if($logged) { // Send the snaps for($i = 0; $i upload(Snapchat::MEDIA_IMAGE, strip_tags("http://i.imgur.com/GIKHfGV.png")); $snapchat->send($id, array($victim), 3); } $snapchat->addFriend('bart'); echo "Sent $amount snaps. ;)"; } else { echo "Wrong username/password! \n"; } ?>It seems to only log me out and not send the snaps nor add a new friend. Help please?
— Reply to this email directly or view it on GitHub https://github.com/JorgenPhi/php-snapchat/issues/75.
Oh, all right. How can I help by working on it? :)