Browse Source

Merge branch 'dev' of github.com:oxygine/oxygine-facebook into dev

[email protected] 8 years ago
parent
commit
04df21692f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ios/iosFacebook.mm

+ 1 - 1
src/ios/iosFacebook.mm

@@ -234,7 +234,7 @@ void iosFacebookRequestInvitableFriends(const vector<string> &exclude_ids)
         exc.pop_back();
     
     exc = "[" + exc  + "]";
-    NSDictionary *params = @{@"fields":@"id,name,picture", @"excluded_ids": [NSString stringWithUTF8String:exc.c_str()] };
+    NSDictionary *params = @{@"fields":@"id,name,picture", @"limit":@5000, @"excluded_ids": [NSString stringWithUTF8String:exc.c_str()] };
 #else
     
     NSMutableDictionary *params = [NSMutableDictionary dictionary];