JorgenPhi / php-snapchat

A PHP library for the Snapchat API - With Commit History
MIT License
259 stars 73 forks source link

New Registration with Captcha #1

Open oliverbytes opened 10 years ago

oliverbytes commented 10 years ago

With the current LIB Version using SnapChat 6.0.2 with iPhone user agent, it returns a response saying we need to upgrade to the new snapchat version.

daanlenaerts commented 10 years ago

The new captcha feature has to be implemented.

hako commented 10 years ago

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

dprogramming commented 10 years ago

Great!

oliverbytes commented 10 years ago

Good job Hako! We're patiently waiting for your implementation :)

oliverbytes commented 10 years ago

I have solved the captcha registration in QT!!

oliverbytes commented 10 years ago

This is how I solved it http://pastebin.com/bq1zwBv5

hako commented 10 years ago

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 request.

I get 401's if I do CURLOPT_HEADER => true as an option.

hako commented 10 years ago

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

ghost commented 10 years ago

Did you solve it ?

dprogramming commented 10 years ago

Hi, is there already a solution for account creation?

hako commented 10 years ago

@dprogramming Yes, took a while, it's updated now.

https://github.com/hako/php-snapchat#snaptcha

dprogramming commented 10 years ago

@hako great 😊