facebook-invite Questions
6
I am using the normal setup for sending invites through the requests dialogue:
FB.ui(
{
method: 'apprequests',
message: "Please add me, I am doing the same, thanks!"
},
function(response) {...
Pruritus asked 28/5, 2013 at 13:0
5
Solved
I switched to Facebook 4.0 in order to implement AppInviteDialog for Android. I followed this reference.
The dialog appears, I can select friends, invite them, I get the onSuccess() call, but my f...
Sepsis asked 20/5, 2015 at 9:24
1
I'm trying to send a facebook invite for my iOS application, but it never seems to get there and I can't figure out why. Here is the code I'm using:
-(void)inviteFriend:(NSString *)facebookId {
N...
Omaomaha asked 14/5, 2014 at 16:13
2
Solved
I've been trying to get the "who" invited someone on my app without success... Looked around FB docs and nothing.
What I mean is: "User??" invites "Friend", "Friend" taps install on the FB dialog ...
Chlorella asked 18/10, 2015 at 8:4
4
I want an "Invite Friends" link on my website where you click it and you get a Facebook dialog that asks you to choose which of your friends you'd like to invite. Those friends then either get an a...
Tide asked 15/8, 2011 at 17:37
0
I'm developing social media app with Facebook.
And my application is supporting both iOS 5 and iOS 6 and I want to use native facebook for inviting friends.
In iOS 5 its working fine using ...
Teach asked 24/1, 2013 at 12:6
2
Needs to resolve that procedure.
Now using the new javascript sdk, inside my "iframe tab".
Select friend(s)
Post in their wall.
1: not solved
I couldn't find a way of poping a "se...
Dachi asked 1/3, 2011 at 21:54
1
© 2022 - 2024 — McMap. All rights reserved.