Authenticates a social login user.

Form Data
boolean

When true, returns extended Simple Registration and HCard data in addition to the normalized Portable Contacts format. The default value is false.

string

Access token from a social login identity providers such as Facebook or Twitter.

string

Validates the specified token URL value against the URL originally sent.

string

Social login API key. This key can be found on the Social Login Dashboard or by looking for the rpx_key application setting in Console.

Responses

Response body
object
string

Indicates the status of the current operation.

OK ERROR FAIL

profile
object

Fields that make up the user's profile. This data is represented in the standard Portable Contacts schema.

string

User's verified email address.

string

User's unique Google identifier.

string

User's display name.

string

User's preferred name, nickname, or the name that the user wants to be known by.

string

URL to the user's online social identity profile.

string

Name of the user's social identity provider.

string

URL identifier.

string

User's email address.

name
object

User's name information.

accessCredentials
object

If the user logged in with a provider that allows account access following authentication, this value contains the user's authorization credentials. The properties of this object can vary depending on the social login identity provider.

string

Scopes associated with the user.

string

OAuth access token issued by the social identity provider.

string

Type of token issued by the social login identity provider.

string

Secret associated with the OAuth token.

merged_poco
object

User's Portable Contacts object.

string

User's preferred name, nickname, or the name that the user wants to be known by.

languagesSpoken
array of strings

Languages spoken by the user.

languagesSpoken
name
object

Name information for the user.

urls
array of objects

URLs assigned to the user.

urls
object
string

Type of URL.

string

URL.

emails
array of objects

Email accounts for the user.

emails
object
string

Type of email account.

string

Email address.

Language
Authentication
URL