FBConnect iphone : I coud'nt get Photos albums for some account ?
问题 Maybe someone can't help me. I use the last FBConnect (http://github.com/facebook/facebook-ios-sdk/) for Facebook connexion. And I retreive the list of photos albums for the user. NSMutableDictionary* params = [NSMutableDictionary NictionaryWithObjectsAndKeys:_facebook.accessToken,@"access_token",nil]; [_facebook requestWithGraphPath:@"me/albums" andParams:params andDelegate:self]; I'm testing with 4 differents account with all the same rules for privacy (Account/Privacy settings). And for