Skip to main content
Version: 1.53.x

Social Network Invites

Configure

To edit a message in the Facebook invitation you need to add to Info.plist the following line:

<key>P101XPFacebookInviteString</key>
<string>your message</string
caution

Vkontakte needs additional permissions for invites.

Add the following metadata to Info.plist:

<key>P101XPSnExtraPermission</key>
<true/>

Usage

To call the friend invitations window, use the applicationInvite method:

[P101XP applicationInvite];

Result of applicationInvite passes to p101xpOnInviteResult method:

- (void)p101xpOnInviteWithResult:(NSString *)result error:(NSError *)error