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

Snaps do not send / Does not add friend

Open zangon opened this issue 10 years ago • 2 comments

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?

zangon avatar Jan 06 '15 12:01 zangon

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.

liamjack avatar Jan 06 '15 12:01 liamjack

Oh, all right. How can I help by working on it? :)

zangon avatar Jan 06 '15 12:01 zangon