Skip to content
New issue

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

Snaps do not send / Does not add friend #75

Open
zangon opened this issue Jan 6, 2015 · 2 comments
Open

Snaps do not send / Does not add friend #75

zangon opened this issue Jan 6, 2015 · 2 comments

Comments

@zangon
Copy link

zangon commented Jan 6, 2015

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?

@liamjack
Copy link

liamjack commented Jan 6, 2015

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.

@zangon
Copy link
Author

zangon commented Jan 6, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants