All requests should be used with x-www-form-urlencoded
We have a default response
{
's': 0, //Negative number means a error
'm': 'Message of response', //When error occurred a error message goes here
'o': {'object': 'returned'}
}/auth/sighup
POST
Request:
| Field | Description |
|---|---|
| name | Name of user |
| Email used to receive notifications |
Response:
name = example &
email = example@email.com/auth/sighinFacebook
/auth/signin
When you signin you will receive a APIKEY that should be used to authorizationin header of http requests.
access_token: { APIKEY }
/subjects*