JorgenPhi / php-snapchat

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

Snapchat QR code #100

Open robertbodley opened 9 years ago

robertbodley commented 9 years ago

Hi,

I would really appreciate it if someone could help me get any users snaptag(QR code) from their username.

Is this possible? Thanks in advance

liamjack commented 9 years ago

Not possible, the "Snapcode" URL is an md5 of a unique value, maybe a combination of the username and a secret key. To find out how it's done you'll need to get the server side code...

jjmpsp commented 9 years ago

You can however download your own SnapCode. I wrote a blog post on this yesterday: http://joel-murphy.com/snapchat-qr-codes-snapcodes-is-there-an-api/

robertbodley commented 9 years ago

Thank you.