php - Snapchat API auth results in a ban -
I am trying to send snapcat with PHP API.
As you can see that this authentication server is very much
& lt ;? php // login: $ snapchat = new snapcat ('username', 'password'); // Upload a photo and send me for 8 seconds: $ id = $ snapchat-> Upload (snapcat :: MEDIA_IMAGE, file_get_contents ('/ home / jorgen / whatever.jpg')); $ Snapchat-> Send ($ id, array ('jorgenefi'), 8); How is it possible to prove this once and then send the snapchat to the user's ARRE?
It appears that you add many functions to the array in the second parameter of the function () Can send to
Try doing something like this:
$ snapcat-> Send ($ id, array ('jorgenphi', 'anotheruser', 'thirduser'), 8);
Comments
Post a Comment