Reputation: 6614
I've integrated the Facebook sso for iOS and have the single sign on implemented and working. How would I go about displaying a user's profile name and image through the Facebook instance for iOS.
I'm unable to find a tutorial for this (that's recent) and am a little confused. any help would be great. thanks.
Upvotes: 1
Views: 2100
Reputation: 8501
Use Graph API and go through it in facebook site http://developers.facebook.com/docs/mobile/ios/build/
Try this document in that link
Upvotes: 2