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 callback is a reference to a method that is passed as an argument to another method. This could be used for example to enable a third-party library method to call a custom method upon completion of some task.

learn more… | top users | synonyms (1)

0
votes
0answers
25 views

JavaScript SDK, FB.ui callback is empty result, “response.request” is always undiffined

document.getElementById('send-to-one').onclick = function() { FB.ui({ method : 'apprequests', ...
0
votes
1answer
24 views

No POST responses from real time callbacks

Basic idea of what I'm doing. I want to grab a users' likes and print them in a CLI application (Python script that listens to GET/POST messages using the Twisted framework). I have done the OAuth ...
1
vote
0answers
55 views

Facebook Login Dialog - “Close” button doesn't fire callbak

i have this issue. I have this code in my facebook Tab page and as you can see i need some permissions when users come. The problem is that when I click on "Close" button, the callback in FB.login ...
0
votes
0answers
37 views

Facebook Request.Callback() on android - returning response

I have the following code, but all it does is Log on LogCat the responses, I want return it to my Activity, so I can use the response to populate a ListView Request request = new ...
0
votes
0answers
35 views

Javascript SDK asking for any extra permissions in Canvas apps fails to execute callback

I've already posted this bug on Facebook, but I don't see it having any repros or attention, so maybe it's some weird error I'm making... I'm seing an erractic behavior when asking for extra ...
0
votes
2answers
97 views

Get a value from FB.api with a callback?

I have one simple question, been searching on Stack Overflow there are some questions on this topic but can't get a working solution. I have a simple function for getting number of page likes on ...
1
vote
0answers
19 views

What is an average Facebook credits dialog CTR?

We're running a game on Facebook with approx. 300K MAUs. However, we've noticed that there are very few credits payments. So I looked into this and noticed that the CTRs seem really strange. The ...
0
votes
1answer
41 views

FB.UI callback with scopes on Backbone

var obj={ method: 'feed', name: 'Je viens de créer son premier domaine : "' + this.model.attributes.name + '"', caption: 'Entrez dans l\'univers du vin avec Vinoga', ...
0
votes
0answers
40 views

i have a piece of working code but i cant figure out whats the deal with all the callbacks

i know that one of the best things with javaScript are the so called "callbacks". but im having some issues to understand a piece of code that i got recently, it has so many callbacks and its a huge ...
0
votes
1answer
144 views

Redirecto to another page with a filled form in JSF?

I'm trying to do a 'login with facebook' button, which works ok, but I would like to redirect to another page with the user data filled in a form. SocialFacebook Controller public void login(){ ...
0
votes
0answers
31 views

Facebook edge.create when user is logged out

I am trying to create a simple callback when a user clicks my like button on my page. It works fine, HOWEVER, if the user is initially logged out, then when they click like it will open up to have ...
0
votes
0answers
73 views

Feed to Facebook wall does not work

I'm trying to feed friends wall with following code: FB.ui({ method: 'oauth', perms: 'publish_actions,email' //change perms to scope when Facebook supports it }); FB.ui( { ...
2
votes
1answer
113 views

Facebook auth.statusChange not firing after dialog in IE

I'm working on a website that uses the FB JS auth SDK, only to sign users in when they click the 'Login with Facebook' button, not to automatically log users in on page load or anything. As such, I ...
0
votes
1answer
221 views

How to get facebook login working with devise, omniauth - cannot overcome controller error

I am working on getting Facebook working with devise and omniauth. I have been trying to figure this out for days now without success. When I press the 'Facebook connect' button, the login page comes ...
1
vote
2answers
155 views

Facebook payment platform 64bit order_id on 32bit server

I'm currently running into a massive wall due to a problem i cannot seem to solve. The problem is that, when you issue a payment through the Facebook payment platform (facebook javascript sdk), it ...
0
votes
1answer
202 views

facebook realtime updates not working

I've configured my app to "listen" on events on the user object - changes in the name of the user. Also, I've configured it to "listen" on events on the permissions object - changes in the permissions ...
0
votes
0answers
55 views

Adding Error call back to HTTP

I want to add an Error call back to this HTTP call. I have done a lot of research on how to call back but still not sure how you do it. I would like to know where I put the call back and what I should ...
-3
votes
1answer
133 views

Facebook callback “like status” for fanpage [closed]

How can I get info about "if I liked the facebook fanpage"? The best for me will be ajax request with callback, but I've not found anywhere the solution.
0
votes
3answers
155 views

Scribe - multiple callback simultaneously

I am making a mdoule for a server software that is allowing support for facebook. The probles is with the callback URL. If one client start an authorization proccess, then another client starts an ...
0
votes
0answers
42 views

Direct URL Payment Error

I'm trying to call a payment dialog using ...
3
votes
0answers
116 views

Facebook graph api's invite friend accept callback (iOS)

I couldn't find any answer to my question: On my facebook iOS app, if the user invites his friends (via the method: apprequests thing), is it possible for me to know whether/how many friends answered ...
1
vote
0answers
182 views

Payment callback returns error: The application return value was invalid after json_decoding the return value

I'm trying to set up a purchase with credits on my facebook app. The FB.ui() function works fine, the Payments Callback URL and the Company info is already set. My php script for the payments ...
0
votes
0answers
173 views

facebook real-time updates doesn't post to callback.php

I subscribed here https://developers.facebook.com/apps/301135526661971/realtime?save=1 to real-time updates successfully 'test' was ok. my 'fields' are set to 'online_presence', ...
0
votes
1answer
61 views

Django socialregistration with multiple domain extensions

i would Like to ask you for help because I'm struggling with a particular problem that i cannot resolve. I'm using the django app "socialregistration" which works fine for connecting on different ...
0
votes
1answer
71 views

problems with facebook callback in omniauth

I am using omniauth-facebook in my app, I am not very sure but I guess I'm having a problem with the routes, since it does not reach the method where I redirect. MyApp::Application.routes.draw do ...
0
votes
0answers
127 views

I can't fire Facebook like box FB.Event.subscribe('edge.create'

I do not receive a callback when the like button in the like box is clicked. It works with normal like button, but not with the like button in the like box. Moreover XFBML version of Like box also ...
0
votes
0answers
85 views

Android project doesnot call callback methods for requestlistener

The method onComplete(String, Object) of type ineer must override a superclass method. This error is seen when I add the @override implementation of onComplete and other callback methods from ...
1
vote
0answers
205 views

Facebook like callback function not working in opera

Do not work callback functions to this button. Opera Dragonfly for facebook shows this error: Unhandled Error: JSON.parse: Unescaped control char in string: " in the file ...
0
votes
0answers
138 views

FB Api call fail callback

Is there any fail callback for FB Api call in FB JavaScript SDK?? For example sometimes FB api calls just returns Gateway timeouts or some kind of net delivery errors so valid response fb api callback ...
0
votes
0answers
53 views

Facebook Like plugin - How to know what I liked?

I have a few different Facebook like buttons : <div class='fb-like' data-href='url' data-send='false' data-layout='button_count' data-show-faces='false'></div> and I would like, in the ...
0
votes
2answers
2k views

Errors in IE 8 from connect.facebook.net/en_US/all.js caused by credits callback

Setup: Got a working facebook app and am correctly setup for facebook credits transactions (i.e. everything on the serverside is working fine). In Firefox and chrome transactions complete without ...
2
votes
0answers
39 views

Facebook Stack changed redirect method on final callback

We have been using some very limited browsers on dumb feature phones and up until 2 weeks ago it was working perfectly. At that point the last redirect no longer issues a 302 redirect but uses ...
0
votes
1answer
418 views

How to get the logged in user's facebook ID?

I am using facebook connect to allow users to log-in to my site using facebook. I am using the server side authentication using OAuth in classic ASP, vbscript. I want to know if one of the following ...
0
votes
1answer
106 views

Connecting two Ajax requests

I'm still new to JS: and I'm having trouble connecting two ajax requests. The first is simple: ask fb for a user id: FB.api('/me', function(user) { if (user) { } }); ...
0
votes
1answer
1k views

Facebook like check code [duplicate]

Possible Duplicate: Facebook how to check if user has liked page and show content? I've code: FB.api({ method: 'pages.isFan', page_id: 'XXX',}, function(resp) { if (resp == true) { ...
0
votes
2answers
814 views

Facebook.init callback not called

We have a Facebook canvas application that is built in Flash and makes use of the Facebook actionscript API. This app has been working perfectly fine for over a year but as of this week, it has broken ...
0
votes
0answers
379 views

Facebook credits callback not working

I've been trying to implement facebook credits to my app. I'm using the sample given by facebook's developers, but I keep getting this message whenever I click the "Pay now" button: Sorry, but ...
4
votes
2answers
821 views

Omniauth+facebook error when trying to cancel the popup

I am using omniauth-facebook gem in my rails application to allow user to sign_in/sign_up via facebook. Its working well. But my problem is when I click on cancel button I am getting following error ...
2
votes
1answer
843 views

Facebook Comment Box Callback on Load?

I can't seem to find exactly what I'm looking for in the docs, and I'm using one of these on a site, but I need to update a previously assigned variable in my JS once the comment box loads completely. ...
1
vote
1answer
193 views

Real Time Facebook and Twitter Update Tutorials

I want to be able to get real time updates from facebook and twitter (for a predefined user who has registered to show their content on a site, not the user who is browsing the site). I have read ...
0
votes
1answer
333 views

how to save users data though with cakephp v2.0 and webtechnich facebook plugin?

Im very new to cake and the plugin (facebook plugin from webtechnick). what is the best way (easy, effective) to save the user data (facebook_id, token, etc), when (or after?) users logging in? I ...
0
votes
1answer
236 views

Does Facebook support multiple callback urls?

I work at a large Facebook game developer and we're trying to decide the best way to scale our infrastructure. Our callback URL is not using round robin DNS so it is a single point of failure. We have ...
0
votes
1answer
60 views

Can facebook application recive some data when user is removing it from his fb account?

i was thinking about some callback function which facebook could call when user is removing application from his account. Any ideas ? Thank you
0
votes
2answers
390 views

Facebook Graph Asynchronous Callback Issue

Ok, been breaking my head over this one for a few days. This is the problem: I am using Facebooks API to retrieve pictures from a specific Album. Using JCarousel ...
2
votes
1answer
1k views

How to track which Like button widget triggered Event.Subscribe edge.create callback?

Is there any way to track yet which button was clicked? I know you can use href and widget but they are both pretty much useless if the URL is the same in multiple buttons. ...
-1
votes
1answer
213 views

Django Callback on Facebook Credits

I would like to use Facebook Credits with my Django Application. In the Facebook Credits documentation, there is only a sample for the callback page in PHP ...
3
votes
1answer
187 views

how to respond an error to payments_get_items method in the credit callback

Anybody know how to respond an error to the payments_get_items method? for the payments_status_update method we can send a "canceled" status, but no error message is documented (as I konw) for the ...
0
votes
1answer
245 views

Facebook credits callback detecting request

Is there a way to detect a callback request is from facebook or not as it seems like the request is not ajax.
0
votes
1answer
181 views

Updating Stats On-The-Fly Using Facebook's Graph API Real-Time Updates

I am looking to use Facebook's Graph API to implement real-time updates. My web app will start out as a basic front-end that says [Page Name] has [x] likes. What I would like to accomplish is when a ...
1
vote
1answer
137 views

realtime data passed to callback is for wrong user

Realtime updates are kicking my ass! I have my entire fb app working except for this one area and I'm just not sure what I'm doing wrong. My app is approved using these permissions: "scope" => ...

1 2