You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2021. It is now read-only.
Liam Jack edited this page Aug 31, 2015
·
1 revision
Description
The X-Snapchat-Client-Auth header is used on login as a security measure that somehow proves that the request originated from a genuine Android device, it's a sort of request signature.
Required parameters
username
password
timestamp
How the app signs the request
It those three parameters and puts them into a string array... TO BE CONTINUED