POST v3/members/fblogin?accesstoken={accesstoken}

authenticate a user with his facebook access token for now, we allow sso user who have set a password in the site login through the api.

Request Information

Parameters

NameDescriptionAdditional information
accesstoken
the access token of the user's account from facebook

Define this parameter in the request URI.

Response Information

the authenticated member object for the user

Response body formats

application/json, text/json

Sample:

Sample not available.