apprequests Questions

2

Solved

We have a website that uses Facebook for login. We have an invite page that displays the user's facebook friends and lets then invite them through facebook: $('.invite_container a').live('click', ...

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) {...

3

Solved

I'm developing a game for Facebook. I need a way for users to invite others to the game. For that, I use the apprequests dialog. I redirect the user to the dialog URL, which I glue together like th...
Eudo asked 24/9, 2011 at 14:34

2

I installed last month the Facebook plugin for Cordova. Last week I implemented the showDialog to let people invite their friends to the app using "apprequests" method. It worked when I tried with ...

1

I am a developer and have recently noticed this issue with Firefox. I've tried in FF version 26 and 27. Also, I've tried this on different flash player versions. I'm able to see the same confirmati...
Shandy asked 13/3, 2014 at 19:37

2

I have problem with apprequests and ['app_non_users'] filter. Code: window.fbAsyncInit = function() { FB.init({appId: '123', status: true, cookie: true, xfbml: true}); } function sendRequestV...
Frap asked 6/5, 2013 at 14:55

1

I am sending app requests from an iOS native app using Facebook SDK dialog. I have created a canvas app and set the iTunes ID (using a valid ID from a different app in the store now, since mine is ...
Epenthesis asked 22/5, 2012 at 3:23

2

Solved

Using the Facebook iOS SDK I can display a dialog with apprequests and send it. Delegate method -dialogDidComplete: gets called, but the recipient(s) receive no notification or request of any kind....
Betteann asked 24/11, 2011 at 15:43

2

Solved

As of Oct 10, 2011, the Facebook iOS SDK does again support the "apprequests" dialog for sending user-to-user requests from native iOS apps (see the screenshots in Facebook's developer docs for an ...
Kym asked 13/10, 2011 at 9:9

1

Solved

If I invoke this: FB.ui({ method: 'apprequests', title: 'Who would you like to invite?', message: 'Hello there' }); The 'preview' in the requests dialog that comes up asking me to select re...
Disjoin asked 9/6, 2011 at 19:2

2

According to Facebook documentation the application is responsible to delete requests once users had accepted them. According to Facebook the application needs to combine the request-id with the u...
Hoahoactzin asked 28/2, 2012 at 14:3

1

Solved

I am sending a request dialog like this: [delegate.facebook dialog:@"apprequests" andParams:params andDelegate:self]; The notifications on desktop work great. But the Facebook iOS app doesn´t ...
Marozas asked 10/2, 2012 at 0:44

1

Solved

How can I send apprequest (app-to-user)? Do I need a special permission for that or just the user id? Any limitation of # of users per request? Anyone got sample code for sale? I have alread...
Riverine asked 7/2, 2012 at 22:30

1

Solved

I am using facebook sdk for my my iOS facebook application. I want to send app request to multiple users. I am using following method for that purpose. NSArray* actionLinks = [NSArray arrayWithObj...

2

I am trying to send application invites from an Iframe application. I open the dialog like this. function sendRequestToOneRecipient(user_id) { FB.ui({method: 'apprequests', message: 'message', ...
Transit asked 26/9, 2011 at 23:1
1

© 2022 - 2024 — McMap. All rights reserved.