From 40e292414e914f5c55a0ab6ae30aea83a4882450 Mon Sep 17 00:00:00 2001 From: Yoav Zibin Date: Tue, 28 Jul 2015 11:31:14 -0400 Subject: [PATCH] Update fbsdk.d.ts --- fbsdk/fbsdk.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;