Social Media

<- Voltar ao menu

Social Media

Social Media

A Login with Social Media

Attributes

Name

Type

Description

Example

email

the email of the user

string

first name of the user

"example"

integer

unique identifier of the user

42

nullable string

the image of the user

null

string

last name of the user

"example"

nullable object

the current user mood

null

Social Media Create

create a new Login with social media

POST /auth/social_media/{social_media_provider}

Optional Parameters

Name

Type

Description

Example

access_token

nullable string

google generated access_token

null

email

nullable email

the email of the user

null

family_name

nullable string

last name of the user

null

given_name

nullable string

first name of the user

null

input_token

nullable string

facebook input token

null

name

nullable string

name that comes from facebook

null

token_id

nullable string

token id built for an order

null

Curl Example

Response Example

Last updated