Top "Fbjs" questions

FBJS is Facebook's solution for developers who want to use JavaScript in their FBML applications.

Javascript: My fbAsyncInit() method never gets called

I'm copying the code right out of this page on Facebook's developer website and the fbAsyncInit() method never fires. I've …

javascript facebook fbconnect fbjs
FB.getLoginStatus not calling its callback

The title really says it all. Under some (undetermined) conditions FB.getLoginStatus() just stops working and won't invoke the callback …

facebook fbjs
How to Determine if Facebook User 'Likes' a Certain Page

Is there any way to determine if a Facebook user 'likes' a certain page with the API Facebook offers currently? …

facebook facebook-graph-api fbml fbjs
problem with using getElementById().getValue in FBJS/Facebook !

I am using this code to generate hidden HTML code in Facebook : echo "<div id=\"y257y\" style=\"display:…

javascript html facebook fbjs
How do I get a PHP variable between single quotes?

How can I get the value $fbAppPath into the PHP statement below? <? print json_encode(array(array('text' => …

php facebook fbjs
How to delete an HTML element inside a div with attribute contentEditable?

have this html: <div id="editable" contentEditable="true" > <span contentEditable="false" >Text to delete</span&…

javascript html fbjs
Embedding RSS and Twitter onto Static FBML?

I've been asked to build a facebook fan page, that displays the latest RSS from a blog and the latest …

facebook rss twitter fbml fbjs
how to check special permissions in facebook

how can i check in javascript if user has granted my site the publish stream permission ?

javascript api facebook fbjs
Facebook FB.ui stream.publish error

Working on a project that has a website and a Facebook page. They both reference the same SWF file and …

javascript facebook flash fbjs
How do you create the "share" popup in an iframe Facebook app

I currently have the following method which creates a "share url" essentially the code to insert into an onclick="" within …

php javascript facebook fbml fbjs