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

Popular posts from this blog

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -

jasper reports - How to center align barcode using jasperreports and barcode4j -

django - CommandError: You must set settings.ALLOWED_HOSTS if DEBUG is False -