Back to home link AuthResponse

The response object returned by the getAuthResponse method, and is also used in LoginResponse and LoginStatus.

Param Type Details
accessToken string

User access token

expiresIn number

Access token lifetime in seconds

signedRequest string
userID string

The Facebook user ID

grantedScopes (optional) string

The granted scopes. This field is only available if you set return_scopes to true when calling login method.