Merge pull request #1 from yoav-zibin/yoav-zibin-change-scopes-to-scope

Update fbsdk.d.ts
This commit is contained in:
Yoav Zibin
2015-07-28 11:31:56 -04:00
+2 -2
View File
@@ -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;
declare var FB : FBSDK;