fbjs Questions
6
I'm copying the code right out of this page on Facebook's developer website and the fbAsyncInit() method never fires. I've also read this page, I've tweaked the code quite a few different ways, and...
Niu asked 7/2, 2012 at 21:23
1
Solved
I was looking through the React source and stumbled across a requirement with var emptyFunction = require('fbjs/lib/emptyFunction');.
I looked at this function and was confused by what it does.
H...
Variorum asked 12/8, 2017 at 16:13
11
Solved
The title really says it all. Under some (undetermined) conditions FB.getLoginStatus() just stops working and won't invoke the callback I gave it. The only interesting clues I've found are
FB.Aut...
2
Solved
have this html:
<div id="editable" contentEditable="true" >
<span contentEditable="false" >Text to delete</span>
</div>
need that the span (and all text inside) is remov...
Pomiferous asked 1/2, 2010 at 15:52
3
Solved
is there a callback function (e.g. onComplete) for this? I would like to display a loader.
FB.XFBML.parse()
4
Solved
how can i check in javascript
if user has granted my site the publish stream permission
?
Colonize asked 13/10, 2009 at 22:8
3
Solved
I have a reasonable workflow for developing an iFrame app for Facebook. It's reasonable because I can test the app on localhost with a local Apache in any one of a myriad of IDEs that support HTML,...
2
Solved
hey, i want to set a long page app without fb will limit the height of my app and append scroll
i did iframes& canvas and autoresize in settings and apply that code and its limits me in ie its ...
2
Solved
I have multiple apps which use the fb:friend-selector
The form element is no longer appearing. Nothing has changed in the code.
Example:
<div id="fb-root"></div>
<script>
wind...
1
I am using PHP SDK 2.1.2 and using the standard http://connect.facebook.net/en_US/all.js as the JS SDK.
This is what i want to achieve:
1) Initialize JS Sdk, Call Fb.UI with (email,user_location,...
Radii asked 23/6, 2011 at 20:59
4
Is there any way to determine if a Facebook user 'likes' a certain page with the API Facebook offers currently?
UPDATE
I have been trying to get this to work via the PHP graph API for a while now w...
Reduplication asked 16/1, 2011 at 3:44
1
Solved
I have a timer that counts down every second. It works great until the user opens up 3 or 4 tabs of the my site, at which point the newest tab's timer goes double or triple speed. I can currently o...
Faust asked 21/7, 2009 at 5:12
1
© 2022 - 2024 — McMap. All rights reserved.