Wesley Hill

Results 47 comments of Wesley Hill

I'm currently writing an implementation of it over at my fork, https://github.com/hako/php-snapchat/commit/72ee36fc45886abe36de6cad5a7dc409b290fd0a but I've gone as far as downloading the snaptcha images. hako

Now that @NemOry appears to have solved it, this needs to be implemented. right now i'm finding it a hard time dumping the **_response header**_ from snapchat after the `/bq/get_captcha`...

@Nemory's snaptcha workaround. (pastebin removed it.) https://gist.github.com/hako/8863251

@dprogramming Yes, took a while, it's updated now. https://github.com/hako/php-snapchat#snaptcha

I'm in the snapchat beta, I've looked into it and found nothing in relation to fixing locked accounts. I have seen the snapcash code though, But still need to look...

Here's an example: ``` php $s = new Snapchat("YOUR_USERNAME", "YOUR_PASSWORD"); $snaps = $s->addFriend('FRIEND'); $snap = $s->upload( Snapchat::MEDIA_IMAGE, file_get_contents('IMAGE.jpg') ); $s->send($snap, array('FRIEND'), 5); ``` Did you look at the usage section?...

What errors do you get when you run the code?

Compress it and i'll see what the problem is.

It seems it's working for me on my end, It might be your server. Could you run var_dump() on the $s variable? eg. var_dump($s);