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.

A request is a message sent by a source to another object.

learn more… | top users | synonyms

-2
votes
0answers
12 views

Don't receive a notification after invite request [closed]

I followed this tutorial for my iOS application: https://developers.facebook.com/docs/tutorials/ios-sdk-games/requests/ I created a Facebook app, iOS app and worked through the tutorial. The problem ...
0
votes
0answers
35 views

Facebook app request flow

Using the standard FB.ui apprequest stuff my app will send a request to a user. It will also return the request ID for me to save. When the other user gets that request, if you hover over the link, ...
-1
votes
1answer
18 views

Sending Batch Friends Request

We are a Automobile Company Trying to Make an Closed Community of our Customers on Facebook. There are about 900000 customers on out database. We have built an Application to Search for each customer ...
0
votes
0answers
13 views

Facebook form submission - intial POST request

I am trying to include a form in my facebook app. The form works just fine as standalone php page - but the intial facebook POST request submits the (empty) form when the app loads. GET works but the ...
0
votes
0answers
5 views

What is gr:get:User?

Our app got rate limited - and looking at the insights, it seems to be due to this call: gr:get:User However, there is little information as to what constitutes this call. For instance, does any ...
0
votes
0answers
26 views

Facebook App Requests on Google Chrome

I'm having a problem with my Facebook App, on Google Chrome. So I used this script to send requests from my FB App, source is from facebook ->Here <div id="fb-root"></div> <script ...
-4
votes
0answers
13 views

Inviting future friends and neighbors [closed]

Good evening, I'd like to play with people playing with games on Facebook but I'm blocked because some people don't reply. I respect them if they don't like to be friends and neighbors in my games, ...
-3
votes
0answers
19 views

Contact Facbook for Disabled Account [closed]

How can i contact fb team? my friend's account has been disabled. she need it back? facebook is not answering in emails.
0
votes
0answers
45 views

Request handling for apps not on Google Play

I got a small programming riddle - I'm trying to handle app requests, so that if the target friend taps on the notification, he is brought directly to the app he has installed on his device. However, ...
0
votes
1answer
25 views

file get contents request 400 graph api

When I do a request with file_get_contents(https://graph.facebook.com/xxxxxxxxx?access_token=xxxxxxxxxxxxxxxx) I get this result back. A PHP Error was encountered Severity: Warning Message:  ...
0
votes
1answer
71 views

Good pratices with symfony 2 : Make a facebook like friend request

I am working on a Web App using Symfony2 and I'd like to make a facebook friend request like system. User "A" ask permission to user "B" to do something. User "B" should see a notification asking ...
0
votes
0answers
20 views

Handling facebook requests in android

I'm trying to test facebook request handling on android. I use a test user account as a receiver. This account receives the invitation, however if I tap on it, the application is supposed to start and ...
0
votes
0answers
11 views

Liking a batch of photos at once

I have a series of object IDs of photos of a friend of mine. I'm trying to use the Javascript SDK /like method to like all of them. How can I do this? Do I have to wait for each API call to give a ...
0
votes
0answers
18 views

Set up users target on a facebook request

How can I set up user's target on a facebook request? On documentation I only found it for a canvas app. "Accepting a request on Canvas will direct the user to the Canvas Page URL of the app that ...
0
votes
0answers
13 views

App-generated requests to user’s friends

The Facebook documentation says that I can use app-generated requests to communicate with users who have installed my app. Is it also possible to send app-generated requests to that user's friends who ...
0
votes
0answers
71 views

Android Issue: My app invite request is sending a user to a dead page in Facebook

In Android mobile, my app invite request is sending a user to a dead page in Facebook. We don't have a canvas app page, rather we have a website that uses the Facebook login to resolve a page from ...
0
votes
0answers
56 views

Sent request with SDK Facebook

I am using SDK Facebook 3.0 for Android. When I sent a request, the notification was shown in Facebook app for Android. Later, I saw that Android app: After successfully sending apprequests, friends ...
1
vote
0answers
26 views

Facebook Requests not starting my android app

I've gotten request sending to work on my android application, however even though my application is properly configured in the facebook dashboard, opening a request never starts my application! I've ...
0
votes
1answer
95 views

Facebook Android SDK: get mutual friends

I am trying to get the mutual friends of two Facebook users, using the Android SDK: Request friendsInCommon = Request.newRestRequest(myFbSession, "me/mutualfriends/otherUserId", null, ...
0
votes
2answers
84 views

Request Dialog not sending requests to friends

I'm trying to implement a simple request option in my app using the following code FB.ui({ method: 'apprequests', title: 'My app title', message: 'Hi there, join my app' }, ...
0
votes
0answers
143 views

Facebook WebDialog.RequestsDialogBuilder on Android 2.2

I want do display Facebook WebDialog as a invitation to use the application. I'm using WebDialog.RequestDialogBuilder() for creating the WebDialog. It works fine on Android versions 2.3.3 and above, ...
0
votes
0answers
131 views

Facebook Multi friend selector

I'm trying to implement a "challenge a friend" request using the multi friend selector, I've added the following code FB.ui({method: 'apprequests', title: 'App title', message: "Message" }, ...
0
votes
0answers
163 views

Facebook iOS App Invite Friends

I am using Facebook SDK to connect Facebook in my app. User can send invitation to their friends. (Using the Requests dialog provided by FB SDK). ...
0
votes
1answer
55 views

How to read Facebook JSON results in PHP

Sorry - this will be a bit poorly worded. My code fbid is from a form. I what to know how to get and display parts on whats been requested by file_get_contents(). <?php echo $_POST["fbid"]; ...
0
votes
0answers
60 views

Facebook Query String on apps.facebook.com

I've done facebook tab page with passing parameter by using signed_request , app_data https://www.facebook.com/example?sk=app_12332133&app_data=abc and I echo it out on php ...
0
votes
1answer
84 views

Add a friend with iOS SDK

I'm working hard to find out a way to send a friendship request to a Facebook user using the iOS Facebook SDK (v.3.2). But it seems the SDK does not provide the API to do that. Anyone could tell me ...
0
votes
1answer
33 views

iOS 6.0: how to send a friendship request

I'm developing an app based on the Facebook SDK 3.1 which should allow the user to send a friendship request to another user who has an account on Facebook. I have already dealt with the ...
0
votes
0answers
69 views

Is Facebook batch request photo upload with no_story possible?

Is it? Uploading works like a charm, but I don't want it to show up on timeline or feed. I've tried adding no_story to each request, and to the $params which is commented out in following code: ...
0
votes
1answer
140 views

Facebook SDK CSRF Error

I have problem with the Facebook SDK. I keep getting the following error: CSRF state token does not match one provided I don't have any RewriteRule rule as it was suggested before, so thats not ...
0
votes
0answers
154 views

Post to feed in android Facebook sdk 3.0

guys! Can you help me to implement subj. I have old facebook sharing class. But I can't understand how to upgrade it to 3.0 facebook sdk. 1. What request should I use for posting to feed? 2. What ...
1
vote
0answers
124 views

Facebook app requests don't show message

I'm trying to deal with the Javascript Facebook API app request functionality. I successfully log in with the FB.init method without asking for any extended permission. I'm perfectly able to fetch his ...
0
votes
1answer
53 views

using facebook batch request javascript api

Im trying to send batch request to graph api, and getting error in the response for the second request: "{ "error": { "message": "(#100) Missing message or attachment", "type": ...
0
votes
0answers
79 views

Android Facebook Request Error 100

i have an Android App which writes to a Facebook-Users Story-Line. To look, if some friends have liked oder comment it, i have a BroadcastReceiver which checks it. Few weeks ago, everything has ...
1
vote
1answer
173 views

Android SDK friend request returns “Sorry, something went wrong”

I'm using the Facebook SDK for Android and when I send a friend request using the below code, I get the following error: "Sorry, something went wrong. We're working on getting this fixed as soon as we ...
0
votes
1answer
116 views

Android Facebook 3.0 SDK, Request Dialog, install, access to data attribute

The Request Dialog in Facebook's 3.0 SDK creates a very nice experience for sending an invitation from one user, in-app, to another user that may or may not already have the same app installed. The ...
0
votes
1answer
71 views

best way to determine if my_page is being loaded only by facebook

Is there a sure-fire way to determine if my_page is being loaded into an iframe of only facebook? some techniques that partially help: A (php) - the php $_REQUEST seems to have some implicit ...
0
votes
1answer
50 views

can facebook's $_REQUEST[ “signed_request” ] be faked

I have my_app which is intended to be accessed only as a facebook canvas app, and I am looking for a solid test which my_app will perform during the loading phase to verify whether it or isn't being ...
-1
votes
1answer
163 views

ios 6.1 how to send a friend request to try my app

i'm developing an ios app. Whit this app i can login whit a facebook user, thats works. The second step is send on my feed a post likes "user has begin to user app.. ecc", thats works. the next step ...
0
votes
0answers
63 views

Facebook FQL Latests Photos of my friends

I want to have the list of my friends' latests photos since last week To have this solution I do this request in FQL : SELECT src_big ,owner,created FROM photo WHERE album_object_id IN (SELECT ...
0
votes
0answers
56 views

Facebook ios batch requests

I am trying to build a photo gallery from Facebook using Facebook tools (Facebook SDK for iOS, Graph API, samples, how to's.. etc). My first work is understanding the flow of the requests. This ...
-2
votes
2answers
105 views

Facebook Send Request returns Error

I'm try to popup dialog with pre-specified addressee that way: FB.init({ appId : 'MYAPPID', status : true, cookie : true, xfbml : true, frictionlessRequests: true }); ...
-2
votes
1answer
2k views

How to find all the friend requests not accepted yet [closed]

I would like to delete all the friend requests I have made in Facebook that are not accepted yet by other people. Is it possible to find them all? Because when I am looking in my friends list I can't ...
2
votes
1answer
56 views

Facebook Deleting Requests

I am trying to removing facebook requests by using graph api : DELETE https://graph.facebook.com/[<REQUEST_OBJECT_ID>_<USER_ID>]?access_token=[USER or APP ACCESS TOKEN] Like this: ...
0
votes
3answers
86 views

How to retrieve Facebook likes with descriptions

How can I get list of facebook likes (pages that user has liked ) with descriptions Im using /me/likes object, but it won't give me likes descriptions. I understand I can use FQL with "WHERE page_id ...
1
vote
1answer
169 views

How to display facebook request dialog in front of game

I've got a Unity game on Facebook and when I click in-game on the send request button the request dialog gets stuck behind the game.
1
vote
0answers
292 views

App request is showing up on Facebook Notifications but NOT on the “Facebook Mobile App”

App request is showing up on Facebook Notifications but NOT on the "Facebook Mobile App". The request is shown as it should on the facebook.com website, and a click on the request works perfectly. ...
0
votes
2answers
298 views

Cannot send facebook apprequest from iOS because FBSession.activeSession.isOpen gives false

my app can only send app request during the first run that the user logins into facebook. Once the app is restarted, the app request gets stopped because FBSession.activeSession.isOpen gives false. ...
0
votes
1answer
245 views

Facebook App Request not being sent in iOS

I have my app set up to send facebook app requests. I get the popup screen to pick friends and when I click on send button, the popup disappears. And I get a request ID printed out in the console as ...
3
votes
0answers
4k views

Facebook Graph API: “Unsupported get request” when trying to get public information

until now I thought it was possible to retrieve the public information of every user when making a get request to https://graph.facebook.com/user_id. But I just noticed a user where I am getting this ...
0
votes
1answer
167 views

Facebook authentication with nodejs

I'm trying to authenticate user in facebook: var querystring = require('querystring'); var http = require('http'); var fs = require('fs'); getCookies(function(cookies){ logIn(cookies); }); ...

1 2 3 4