Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

Generating the `X Snapchat Client Auth` header

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

Clone this wiki locally