diff --git a/fbsdk/fbsdk.d.ts b/fbsdk/fbsdk.d.ts index 6e3890e01..eb3f23269 100644 --- a/fbsdk/fbsdk.d.ts +++ b/fbsdk/fbsdk.d.ts @@ -21,7 +21,7 @@ interface FBUIParams{ interface FBLoginOptions{ auth_type ?: string; - scopes ?: string; + scope ?: string; return_scopes ?: boolean; enable_profile_selector ?: boolean; profile_selector_ids ?: string; @@ -132,4 +132,4 @@ declare module "FB" { export = FB; } -declare var FB : FBSDK; \ No newline at end of file +declare var FB : FBSDK;