fbconnect を使用して 10 人のフレンド リストを取得しようとしています。クエリは次のようになります。
NSString* fql = [NSString stringWithFormat:@"select uid from user where uid == %lld LIMIT 1,10", _session.uid];
NSDictionary* params = [NSDictionary dictionaryWithObject:fql forKey:@"query"];
[FBRequest requestWithDelegate:self] call:@"facebook.friends.get" params:params];
しかし、それはすべての友達リストを取得しています, 誰でも私を助けて....