tags:

views:

21

answers:

1

Hello,

i have problem when user login then i want to show the user profile data in my UIView. How can i access user profile from facebook when user gets login?

anyone suggest some solution would be great.

Thank You.

+1  A: 

You'll need to implement their Facebook Connect method. Start out on Facebook's own developer wiki here:

http://wiki.developers.facebook.com/index.php/Facebook_Connect_for_iPhone

Joost Schuur
Yes but from which method do i get login user profile?
Matrix
I'm not too familiar with this yet. You might want to start with their Users.getInfo API:http://wiki.developers.facebook.com/index.php/Users.getInfoThere's a reference under the discussions tab of that wiki page that suggests it'll work from the iPhone SDK too.
Joost Schuur
This video has more details on how to make a FQL request to get user details, at around the 3rd minute: http://vimeo.com/3616452.
Joost Schuur