This repository has been archived by the owner on Aug 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Cody Robinson edited this page Jan 22, 2016
·
23 revisions
##Welcome to the PicLoc-API wiki!##
-
Make a POST request to https://picloc.inzernettechnologies.com/API_VER/function
API_VER is the API version you want to access. Older API versions will slowly be migrated out
function is the function you wish to perform
Major releases are supported longer than minor versions.
1.00
status: obsolete
EOL: January 22, 2016
1.01
status: active
EOL: February 25, 2016
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.