Fetch Facebook User Profile Details in Swift - Swift Developer Blog

In this short Swift code example we will use FBSDKGraphRequest from Facebook iOS SDK to fetch user profile details. The code example on this page will cover: Import FBSDKCoreKit and FBSDKLoginKit Get Facebook access token with FBSDKAccessToken.currentAccessToken() Use FBSDKGraphRequest to fetch Facebook user profile details including email address and profile picture Display Facebook user full…

Import FBSDKCoreKit and FBSDKLoginKit; Get Facebook access token with FBSDKAccessToken.currentAccessToken(); Use FBSDKGraphRequest to fetch ...

อ่านต่อ


banner