POST api/v1/account/facebook
Request Information
URI Parameters
None.
Body Parameters
LoginFacebook| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
None. |
|
| FromAdmin | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"token": "sample string 1",
"fromAdmin": true
}
application/xml, text/xml
Sample:
<LoginFacebook xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FremtidNU.Models"> <FromAdmin>true</FromAdmin> <Token>sample string 1</Token> </LoginFacebook>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |