Added Facebook AuthResponse grantedScopes attribute (#14585)

This commit is contained in:
Serginho 2017-03-11 01:18:53 +01:00 committed by Mohamed Hegazy
parent 795687164e
commit 37f8604200

View File

@ -172,6 +172,7 @@ declare namespace facebook {
authResponse: {
accessToken: string;
expiresIn: number;
grantedScopes: string;
signedRequest: string;
userID: string;
};