JorgenPhi / php-snapchat

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

Register question #86

Closed mgp25 closed 8 years ago

mgp25 commented 9 years ago

Hi there, im trying out this API, and im currently using @hako one.

I have done these steps already:

I got this output (normal):

mgp25$ php /Users/mgp25/Desktop/php-snapchat-snaptcha/snap.php

Warning: First parameter must either be an object or the name of an existing class in /Users/mgp25/Desktop/php-snapchat-snaptcha/src/snapchat.php on line 239

captcha: 

But no .zip file was downloaded, and my question is, is this still working or is there any other workaround? Maybe im doing something wrong.

Related issue: #73

Regards

hako commented 9 years ago

I'm going to test this and get back to you, it should be working but this might need an a rewrite since it uses both old and new endpoints in order to enable register functionality.

mgp25 commented 9 years ago

@hako thanks! i'll start reverse engineering SnapChat this week, hope i can help improving this API. Let me know if i was doing something wrong.

Regards