Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.
Cody Robinson edited this page Feb 26, 2016 · 23 revisions

##Welcome to the PicLoc-API wiki!##

IMPORANT NOTIFICATIONS

API Versions below 1.03 have a serious flaw in which snaps will be displayed to every user. All affected versions have been disabled and fixed in 1.03. Please update the endpoint accordingly.

How to use the API:

Responses are usually in JSON.

API version lifecycles

Major releases are supported longer than minor versions.

1.01

    status: EOL

    Release: January 21, 2016

    EOL: February 25, 2016

1.02

    status: EOL

    Release: January 27, 2016

    EOL: February 3, 2016

1.03

    status: active

    Release: February 5, 2016

    EOL: March 1, 2016

1.10 [LTS]

    status: active

    Release: February 25, 2016

    EOL: Scheduled December 25, 2016

FAQ

Q: What is a device_id?

A: A device_id is essentially a third authentication requirement [username/password/device_id] that the application you are logging in is supposed to keep VERY secret. If someone knows your username and password, they won't be able to login as they won't have the device_id. It is also used for account recovery on devices.



Q: What is a token?

A: A token is what is generated on your account the first time you login. This is basically your super secret password that isn't your actual password and is random. The token is permantly on your account unless the application calls for a new one [See: new_token].

Q: I have a question that isn't on here

A: That's fine, e-mail crobinson@inzernettechnologies.com and you will have a response in about 10-12 hours.
Clone this wiki locally