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

bq and find_nearby_friends

Liam Jack edited this page Sep 22, 2015 · 4 revisions

Endpoint

/bq/and/find_nearby_friends

Description

Used to find any nearby friends who need to also be looking for nearby friends at the same time. When you search for friends using this feature you are made visible to people within a certain range of your reported location who are also searching for friends via this tool.

Request

Make yourself visible and search for friends

  • action: update
  • lat: Latitude
  • long: Longitude
  • accuracyMeters: The current location precision in meters
  • totalPollingDurationMillis: The amount of time (in milliseconds) that the user has been searching for friends
  • timestamp
  • req_token
  • username

Make yourself invisible

  • action: delete
  • lat: Latitude
  • long: Longitude
  • accuracyMeters: The current location precision in meters
  • totalPollingDurationMillis: The amount of time (in milliseconds) that the user has been searching for friends
  • timestamp
  • req_token
  • username

Response

Make yourself visible and search for friends

  • nearby_snapchatters: List of nearby Snapchat™ users
  • polling_interval_millis: Recommended duration between requests

Make yourself invisible

  • polling_interval_millis: Recommended duration between requests
Clone this wiki locally