Open excodex opened 10 years ago
Hello, I changed this line:
$media_id = strtoupper($this->username) . '~' . time();
to this:
$media_id = strtoupper($this->username) . '~' . strtoupper(gen_uuid());
in snapchat.php
And the snap sending is working. You can find the _genuuid function here.
I love you
I still doesn't work for me. Both upload() and send() return false. Any idea what the problem could be?
Hello, I changed this line:
to this:
in snapchat.php
And the snap sending is working. You can find the _genuuid function here.