I am using Facebook SDK latest version 4.3 in my code. My task is that I have to fetch the complete album of user named Profile Pictures from Facebook's following path: UserProfile-> Photos-> Albums-> Profile Pictures.
To achieve this I have passed the permission for @"public_profile", @"user_photos", etc...
I have searched many links on SO & tried almost all the suitable answers suggested by geeks.
I tried things given here, here, and a lot more...
In my current scenario, I am getting Users Profile Picture (Current), but I need all pictures stored in his Profile Pictures Album. If anyone has any idea, please help.