Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
17 views

Retrieve apprequest giving the user_id

Is it possible to retrieve the app_ids which have sent requests to me? I try to do so through FQL Select app_id from apprequest where recipient_uid=me(); But I got a result as { "error": { ...
0
votes
0answers
39 views

Facebook app requests in native Android app: Android notification directs to app page instead of app

I have an app that uses the Facebook SDK and the requests dialog to sent app requests. When the app request is received on an Android device running the Facebook app an Android notification is ...
0
votes
1answer
45 views

Facebook Request Dialog and “app_non_users” filter not working

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 ...
0
votes
0answers
29 views

How can I track accepted Facebook Invites to my website via multi-friend selector or other way

I am currently working on a referral system on a website where you can do the common ol' multiple-email invite, so that it sends out an email to a group of people containing a link that, when ...
0
votes
0answers
14 views

Facebook Development - Request Dialog get Request

Situation: User A invites User B through the classic request dialog. User A gets the request on his page and clicks on it. User A will be forwarded to the startpage of the app (canvas app). ...
0
votes
1answer
15 views

apprequest fails to show up on user page

I able to post apprequest with my app server-side (app generated) without error. Returns Id and user to. I used FQL tool to query using appid and userid and I get results. But when I go to my facebook ...
0
votes
0answers
88 views

IOS fb invites sent but not shown on users wall

I am sending requests from my app to the fb friends but i am not getting any notification on the wall of fb user whom i sent request ? I am using FB SDK 3.2 (i hope its the latest) Following is the ...
0
votes
1answer
22 views

Can we use “requests” for non-game apps?

I am unclear on whether Facebook requests (user to user) can only be used for Games Apps - or whether other web based FB Apps can use requests also. We have a web based FB App - on our website a user ...
0
votes
1answer
65 views

How to know if user has pending apprequests without clicking requests?

If user clicks my app's notifications, he is redirected to the corresponding canvas page, where $_REQUEST["request_ids"] is processed and then user is redirected again to "accept" the "gift", bla bla ...
1
vote
1answer
157 views

OAuthException: (#2) Failed to create any app request

I am using following code to send request from application to user. Everything was fine, but suddenly it stops to work and I get an error: OAuthException: (#2) Failed to create any app request ...
1
vote
0answers
198 views

The graph api /me/apprequests return http error

I use FB.api('/me/apprequests/?access_token=' + access_token + '&date_format=' + escape('Y/m/d H:i:s eO'), function(response) { if(response.error) { to get user's app requests. but some ...
0
votes
1answer
95 views

Notification from apprequests disappearing after Facebook load

This is the code that I'm using to load the SDK: window.fbAsyncInit = function() { FB.init({ appId : "<APP_ID>", status : true, cookie : true, ...
2
votes
1answer
486 views

How change fb dialog title in iOS app?

how can I change title in dialog "send requests" ?
1
vote
1answer
89 views

How long can we use DeprecatedHeaders in Facebook SDK 3.1?

I need to send an invitation from my iOS app to friends. I know that I can do it with "apprequests" and dialog, but this option is good only when we use "DeprecatedHeaders". How long can we use ...
2
votes
1answer
401 views

Sending user to user app request in canvas app doesn't display notification

I already read all what is needed about missing notifications on user-to-user app request, and it appears it could be : because the app is not a canvas or the canvas url is not correct because the ...
0
votes
0answers
86 views

user's id that clicked on facebook apprequest for a website-typed facebook app

I wanted to let my users to invite their facebook friends to my site, I used this plog post to do so: http://www.9lessons.info/2012/07/facebook-invite-friends-api.html and here is my code: FB.init({ ...
0
votes
1answer
238 views

IOS FacebookSDK apprequests dialog error

I'm trying to find solution for my problem during two days. And I want to say what I'm sure what I've read all resource where you could give me a links =) The problem is. I'm using FacebookSDK 3.1 ...
0
votes
0answers
93 views

Opening facebook app request notification from android device

I want to invite Facebook friends to try my app with Facebook 'apprequests' method. It works ok. The friend gets the notification, but if he clicks at the notification from the android notification ...
0
votes
1answer
176 views

Chrome browser: Facebook API Error Code: 191 when invoking Requests dialog

I'm writing a Facebook canvas application that is using a basic Requests dialog. The dialog works fine when I call it from index.php, but I get Error 191 when I call the same code from any other file. ...
0
votes
1answer
214 views

“All users in param ids must have accepted TOS” Error

I am trying to get my Facebook app to send me a request or notification. When I do this with file_get_contents() as described here, I get a "Failed to open stream" error. The code I'm using is this: ...
0
votes
0answers
57 views

Facebook App Request using ActionScript in AIR

How do I send Facebook app request using actionScript in AIR? I have no issue to do this in web app by following the example code in this post: Invite friends through AS3 facebook canvas iFrame app ...
1
vote
2answers
670 views

Apprequest of Android Facebook sdk 3.0

I am using the updated Facebook SDK V3.0 final for Android. I am trying to send app requests to facebook frineds who do not have the application. The code is: public void fbookinvite(){ ...
0
votes
1answer
221 views

Facebook apprequests with 3.0 SDK [iOS]

I am using Facebook iOS SDK 3.1.1 and has been successfully integrated a lot of Facebook features. Adhering to 3.1.1, I am logging in using [FBSession ...
1
vote
0answers
154 views

apprequests not working with external website

I am developing a website which uses the facebook api. I can retrieve my friends, post to my wall, se my photos, all good. but for some reason, when I try to send an app request to my selected friends ...
4
votes
1answer
98 views

Inviting Facebook friends to custom uri

I wonder if it's possible to use FB.ui to invite friends to a custom page of my web application, but not to it's index. Apprequests method doesn't seem to have any parameters as customizable uri ...
0
votes
1answer
128 views

sending and receiving data using AS3 and facebook apprequests

I'm working on a facebook app in flash with AS3, using the facebook graph API. At times, I'm sending apprequests to users and I need to include some data in the request, to be used if the user clicks ...
1
vote
0answers
112 views

fb.ui apprequests doesn't work on Opera Mobile

I've got the following function to trigger the apprequests: function fbInvite() { FB.getLoginStatus(function(response){ FB.ui({method: 'apprequests', message: 'MESSAGE', data: ...
0
votes
2answers
484 views

Apprequest Dialog stopped working (FB-AS3 API)

I'm writing ActionScript game and wanted to integrate it with FB, so I used http://code.google.com/p/facebook-actionscript-api/ with custom dialog function I've found in same issue thread. It goes ...
0
votes
0answers
57 views

Does the apprequest get deleted on hiding?

When I try to get the hidden app request it returns the following response: { "error": { "message": "Unsupported get request.", "type": "GraphMethodException", "code": 100 } } It ...
0
votes
0answers
122 views

When does an app request get deleted / expired automatically?

It is not clear from Facebook's documentation when does an app request get deleted if a user hides a request or say when the application does not delete the app request. From the last paragraph from ...
0
votes
3answers
96 views

Send an apprequest withouth ssl

I am using this to invite a friend of facebook to my app: function invite(id) { FB.ui({ method: 'apprequests', message: 'mytext', title: 'mytitle', ...
0
votes
1answer
128 views

Facebook App Requests shows no friends (infinite loading)

I've been trying everything to fix this issue. I have setup a basic php based Facebook App (Canvas/iFrame) - and it loads fine, asks for permissions and installs ok. I've tried the apprequests code ...
0
votes
1answer
233 views

How to perform apprequest using native dialogs

We are living confusing times were documentation from the past merges with documentation from the present. I am trying to make an app request, I have FB SDK 3.1 and iOS6. I am checking code from the ...
0
votes
0answers
359 views

Sending app invite from website (not Canvas)

I have a boardgame style app I'm building as a standalone website using Facebook for authentication. I want players to be able to invite their friends to play against them in real-time. I've read ...
1
vote
0answers
86 views

count number of new app users a certain user invited?

I want to award my game users a bragging story/highscore points based on the total number of new users they have added to the facebook game by sending apprequest invites. Is there a way to keep track ...
1
vote
0answers
156 views

Send facebook apprequest from application to many users

I try to send facebook apprequest with post request: https://graph.facebook.com/some_user_id/apprequests?message=hello&access_token=app_access_token It's ok. I got my notification. How can i ...
0
votes
0answers
197 views

How do you find and delete user-to-user app requests with the graph API?

I've been working with Unity3D to create a facebook application. At this point I'm trying to send and delete a user-to-user apprequest/invite. I've been able to trigger the app request dialog box and ...
0
votes
0answers
345 views

fb apprequests, show only online friends in the list

I want to send app requests only to friends that are online...So I only want to list friends that are online using fb apprequests. is this possible? $('#sendRequest').click(function() { FB.ui( ...
2
votes
1answer
194 views

Apprequest DialogListener's return bundle array type

Hello everybody i'm trying to get the returned values from an apprequest invite so i did this; public void onComplete(Bundle values) { final int[] to = values.getIntArray("to"); int n = to.length } ...
0
votes
0answers
27 views

FB iOS 3.0 did they remove the ability to invite friends? [duplicate]

Possible Duplicate: what happened to dialogs in the facebook sdk beta? One of our programmers has told us that apprequests was removed in sdk 3.0 , we use this to invite friends to our ...
0
votes
2answers
219 views

Facebook Request Dialog return bundle

In this page I have seen that you can take two return data from a Request Dialog: "request" and "to" so i have done this new Facebook.DialogListener() { public void onComplete(Bundle values) { ...
0
votes
2answers
370 views

fb 'apprequests' redirect to new url or send additional parameter to url

I need to pass additional parameter to redirect url when the user accept fb app request or need to redirect user to a custom url. How can I do this?...Please see the following code. ...
1
vote
0answers
174 views

FB App Requests - redirection to App Center Page vs. App Profile Page

My iOS app will have an invite function which sends requests to users' App Center > Requests tab. What I want to know is, how do I control whether accepting a request takes my users to the App Profile ...
0
votes
1answer
298 views

facebook apprequests redirect on iphone and android

We have a mobile app (without canvas) on android and iphone. we can send apprequest to the users' friends and the requests appear on their iphone/android phone. We want the iphone users to be ...
0
votes
1answer
951 views

IOS Facebook apprequests, without using the Facebook dialog

I am user to user apprequests using: [facebook dialog:@"apprequests" andParams:params andDelegate:self]; This is working, however I would like to work around the Facebook dialog to display a ...
0
votes
1answer
382 views

can a fb user send an apprequest to all friends same day no matter how many?

Hi am using this function that works by a single ID (52000121) and comma separatted ID's (5000000,500002,500004,000002001) function invite(id) { FB.ui({method: 'apprequests', ...
0
votes
1answer
446 views

Redirect to an application on fan page

First, sorry for my bad English. I've an app which is installed on multiple fanpages. I want an apprequest dialog in this app. When the user click on invite button he sees an apprequest dialog to ...
0
votes
1answer
403 views

koala facebook apprequests sent by put_connections is not seen on notifications

When I use put_connections to send an apprequest by using Koala API, it is send to the related user and the request number for the application is increased by 1. But I can't see it in the main ...
0
votes
1answer
371 views

Facebook request_ids don't show in notification bar

After I create request using apprequest dialog, it appears in notification bar and on the right side on main facebook page. On the right side, link to application looks like this ...
0
votes
1answer
262 views

Facebook invitation request is not delivered

I am showing a dialog in an iOS app to allow users to select some friends to whom send an invitation to the app. The dialog is displayed, you can select some friends and press send. Dialog delegate ...

1 2 3 4