Mari  Morosova
Mari Morosova

Reputation: 17

How invite facebook friends and get their id from ios app?

I develop ios app with chats (it's not game). I have a task to invite all fb friends(not only who using my app) to a defined chat in my app. So for do this I need get all friend list, choose friens, send them notification(post on wall or message) and save fb friiend's id to my server. What I should use for implemetation this all things?

Upvotes: 0

Views: 780

Answers (1)

Arief Shah
Arief Shah

Reputation: 161

Facebook iOS sdk has all the features you need. You can see the friend list of the user logged in using Facebook session, etc more info at https://developers.facebook.com/docs/ios/sample-apps

Upvotes: 1

Related Questions