add missing grantedScopes property in AuthResponse interface (#27043)

This commit is contained in:
Mahmoud Zohdi
2018-07-05 18:58:28 +02:00
committed by Mohamed Hegazy
parent 2cf2ef209d
commit 3035b6849e

View File

@@ -189,6 +189,7 @@ declare namespace facebook {
expiresIn: number;
signedRequest: string;
userID: string;
grantedScopes?: string;
}
interface StatusResponse {