Facebook iOS SDK and swift: how get user's profile picture
i have integrated Facebook sdk in Xcode 6 (with swift). During the login i request the public_profile permission: FBSession.openActiveSessionWithReadPermissions(["public_profile"], allowLoginUI: true, completionHandler: { ... ... So i request the user's information: FBRequestConnection.startForMeWithCompletionHandler { (connection, user, error) -> Void in ... ... Why the user object doesn't contain the profile picture? How can i get the user profile picture? It's not part of the public_profile? I get the following information: 2015-01-25 01:25:18.858 Test[767:23804] { "first_name" = xxx;