I am trying to get all the user photos. I have used the limit as 0.

[facebookInstance requestWithGraphPath:@"me/photos?limit=0" andDelegate:self];

I still get only 32 records. I see that I have more than 32 photos.

I have the following permissions:

permissions = [[NSArray alloc] initWithObjects:@"read_stream",@"user_photos", @"friends_photos", nil];

Thanks!

link|improve this question

78% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.