Reputation: 993
I want to send individual invite to friends from my Native iOS app, through Facebook. It should contain Link and pre-filled invite message..Is it possible? What is the better approach. I referred FBAppInvite
and FBSDKMessageDialog
tutorial on https://developers.facebook.com/ , could not find anything which fulfils my requirement.
Can any one suggest some approach how to implement this?. I have not worked much on using social frameworks. Facebook implementation steps are not clear. I searched for demo or sample project on this, but could not find clear documents. Thanks in advance.
Upvotes: 0
Views: 234
Reputation: 1704
for invitation read following link..
https://developers.facebook.com/docs/app-invites/ios
Upvotes: 0