POST api/Customer/FacebookAuth
Documentation for 'FacebookAuth'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| userFacebookModel | Documentation for 'userFacebookModel'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"first_name": "sample string 1",
"last_name": "sample string 2",
"ID": "sample string 3",
"Access_Token": "sample string 4",
"IPAddress": "sample string 5",
"Email": "sample string 6",
"ExpiredDate": "2026-06-06T04:24:53.0424542+07:00"
}
application/xml, text/xml
Sample:
<UserFacebookModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <first_name>sample string 1</first_name> <last_name>sample string 2</last_name> <ID>sample string 3</ID> <Access_Token>sample string 4</Access_Token> <IPAddress>sample string 5</IPAddress> <Email>sample string 6</Email> <ExpiredDate>2026-06-06T04:24:53.0424542+07:00</ExpiredDate> </UserFacebookModel>