We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is my code:
It seems to only log me out and not send the snaps nor add a new friend. Help please?
The text was updated successfully, but these errors were encountered:
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 < $amount; $i++) { $id = $snapchat->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 #75.
— Reply to this email directly or view it on GitHub #75.
Sorry, something went wrong.
Oh, all right. How can I help by working on it? :)
No branches or pull requests
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 < $amount; $i++) { $id = $snapchat->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 text was updated successfully, but these errors were encountered: