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 am new in handling apps that will be connecting with Facebook.

I want to let my user log in my app with Facebook account and be able to send something, for example, a gift to their Facebook friends.

I want to get the user's friends list and which is very easy by using FBFriendPickerViewController. However, I want to have an effect that if their Facebook friend(s) is/are also using my app, the app icon will be shown at the right hand side of the user table cell (Just like some Phone Contact lists will show if the contact has Whatsapp/ Google+)

I have been searching through sites but still find nothing about this.

So my question is, is there any "official" way (using Facebook SDK method) to show the icon?

Or I have been thinking of another approach is that, I first get the friend list and then saved it, with the information that whether the "friend" is using my app or not. Then I create a custom friend picker view and check the condition to enable/disable the visibility of the app icon.

I can get the information by using approached of using GraphAPI fields or using external database, for which are mentioned in this , this and this .....

Anybody help?

share|improve this question

1 Answer

up vote 0 down vote accepted

Ok I end up with customizing my own table view... : )

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.