hanumanDev
hanumanDev

Reputation: 6614

Display a user's profile name and image through the Facebook instance for iOS

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

Answers (1)

Dinesh Raja
Dinesh Raja

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

enter image description here

Upvotes: 2

Related Questions