Hello,
Does anyone have access to the snapchat's mobile apis and can give the required headers (and how to obtain the values for those headers?). I've tried to reverse engineer the web based version but it's buggy at this time and the mobile version surpasses it in any way so mobile APIs should be more useful.
For example for login I understand this should be the API spec (method POST):
However this login api spec gives 403 unauthorized user. If someone can help with the detailed APIs spec I can write a multithreaded bot
Does anyone have access to the snapchat's mobile apis and can give the required headers (and how to obtain the values for those headers?). I've tried to reverse engineer the web based version but it's buggy at this time and the mobile version surpasses it in any way so mobile APIs should be more useful.
For example for login I understand this should be the API spec (method POST):
- application_id: com.snap.framework
- attestation:
- device_id: Device ID (Example: 422167)
- dsig:
- dtoken1i:
- fidelius_client_init:
- height: Screen height (Example: 1920)
- max_video_height: (Example: 1920)
- max_video_width: (Example: 1080)
- password: Snapchat password
- reactivation_confirmed: false
- req_token:
- screen_height_in: (Example: 4.8031583)
- screen_height_px: (Example: 1920)
- screen_width_in: (Example: 2.6771703)
- screen_width_px: (Example: 1080)
- timestamp: The current time in Unix format
- username: Snapchat username
- width: Screen width (Example: 1080)
However this login api spec gives 403 unauthorized user. If someone can help with the detailed APIs spec I can write a multithreaded bot