Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i have created two screen in my iphone app

1.show all the contacts 2.facebook login

i want to show the status for all the friends for the user that will login through facebook login page so what query i will need please help to get all status of all friend of logged user.

share|improve this question
its urgent please help – agrawalamit31 Jan 6 '11 at 9:12
please provide some code here then only we can know about you issue – magna Jan 6 '11 at 10:05
NSString* fql = [NSString stringWithFormat:@"SELECT name, status FROM user WHERE uid IN (SELECT uid2 FROM friend WHERE uid1 = %lld) ", _session.uid]; NSDictionary* params = [NSDictionary dictionaryWithObject:fql forKey:@"query"]; FBRequest* last20FriendsStatusRequest = [FBRequest requestWithDelegate:self]; [last20FriendsStatusRequest call:@"facebook.fql.query" params:params]; – agrawalamit31 Jan 6 '11 at 12:11
i am able to get the status of only app owner no other user how to get status of any user – agrawalamit31 Jan 6 '11 at 12:13

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.