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 Jan 24, 2016 · 23 revisions

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

How to use the API:

Responses are usually on JSON.

API version lifecycles

Major releases are supported longer than minor versions.

1.00
    status: obsolete

    EOL: January 22, 2016

1.01

    status: active

    EOL: February 25, 2016

1.02

    status: public_server_testing

    Release: January 27, 2016

    EOL: February 3, 2016

FAQ

Q: What is a device_id?

A: A device_id is essentially a third password 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 your token is random. The token is permantly on your account unless the application calls for a new one.
Clone this wiki locally