Questions tagged [facebook-requests]
76 questions
0
votes
1 answer
Send Facebook Request from Server?
I want to add a feature that makes users can invite their friends to use the app (iOS and Android native app), and it's already there with Facebook's Request Dialog.
My problem is that most of my users are from China where Facebook has been…

Chada
- 63
- 4
0
votes
1 answer
Using Javascript to send an invite to facebook friend
I'm trying inviting facebook friends to our application since from 2 days. Still not yet got the solution.
I have tried the following code and its sending request to friends but those are not getting any timeline or notification or anything.
- 943
- 7
- 21
- 39

Sanganabasu
0
votes
0 answers
Any way to get facebook user id included in invite callback from notification / app center?
When a facebook user clicks on an invitation to my app from either the notification list or the app center, they are redirected to my homepage, and as expected, the link includes the app request id(s). However, in cases where the user sending the…

Ryan Dugan
- 563
- 1
- 5
- 8
0
votes
1 answer
Facebook IOS SDK: store facebook request callback data into global variable
I'm using the new facebook ios sdk. I request for friends data using the new function showed below. However, since it is a function with a block as a parameter I lost these data outside the function. How can I preserve the data (i.e. store in a…

yoghourtpuppy
- 1
- 2
0
votes
1 answer
Facebook Requests dialog - is there a way to disable frictionless requests?
I am developing a Facebook app.
In that app, i have to send apprequests to multiple users.
I am using the Requests dialog to send requests.
In the dialog, the friends list appears with a check box saying "Don't ask again before sending requests to…

user2003356
- 445
- 2
- 11
- 24
0
votes
2 answers
iOS facebook integration - sending and receiving requests
I use a facebook api to connect to facebook and send request via native dialogs provided by the api.
I followed the sample posted in the docs on developers.facebook.com
But I have following problem sending requests :
1. The requests are not shown…

Radim Halfar
- 536
- 2
- 6
- 15
0
votes
0 answers
Sending app to user request in facebook
I'm trying to send an app to user request in facebook. Here are my codes:
'Check out the latest update',
'data' => 'some_data_string',
…

Noor
- 19,638
- 38
- 136
- 254
0
votes
1 answer
Post text message on facebook wall
I got a problem while posting text message on the wall.
I expected the apps will login to fb and post a text message on the wall, but nothing is posted on my wall.
The following is my code
The login part is the same as the Facebook guide and i just…

L.C. Echo Chan
- 586
- 12
- 29
0
votes
2 answers
How to send a request on facebook?
I read the Facebook dev info on how to make a request (located here) but I don't exactly understand what it does. Here's what I'd like to do. I'm using PHP and javascript.
I want a logged in user to send a request to a specific URL (with parameters…

Jonah Katz
- 5,230
- 16
- 67
- 90
0
votes
1 answer
How To make a challenge request in Facebook game
I'm pretty new in using the facebook SDK.
I have kind of a racin app in facebook and I want to challenge other friends. Also friends which have not installed the app.
I read on the facebook developer page
Match Making
Keep in mind that requests…

shooby
- 95
- 2
- 8
0
votes
3 answers
How to know which Facebook App is sending real-time updates
I have one app that will be processing real-time updates for subscriptions of multiple Facebook applications. In the verify signature step, I need to know for which Facebook application Facebook is giving me updates (so I can use the correct app…

Matt V
- 11
- 2
0
votes
1 answer
Friend Requests
In the following example: http://developers.facebook.com/docs/reference/dialogs/requests/ how can I fill the friend lists drop down with the users custom lists?

Alexander Caravitis
- 51
- 1
- 3
0
votes
1 answer
How to get the data param in an app generated request for a facebook user
I am sending an app generated request to a user(already authorized the app) by calling the below function
function send_app_request(){
FB.api( "/" + '' + "/apprequests", "POST", {
message: "Custom Request for you!",
data:…

serpent403
- 803
- 16
- 32
-1
votes
1 answer
Php Facebook API not pulling all reviews
I'm trying to get all the reviews from the Facebook page. But some reason, it doesn't get all the reviews.
Php code:
$f1=$fb->get('/me/accounts?access_token='.$user_access_token);
$id = $f1->getDecodedBody()['data'][0]['id'];
…

Jows
- 877
- 2
- 11
- 21
-1
votes
1 answer
Facebook Request over PHP
I'm trying to generate a User to User Request out of my App in Facebook.
The thing is, that I only find tutorials which use JavaScript. But I want to send a Request to a Friend out of my PHP environment.
Do I have to use te Api Call somehow?
Thanks…

shooby
- 95
- 2
- 8