FBJS is Facebook's solution for developers who want to use JavaScript in their FBML applications.
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 fbjsThe title really says it all. Under some (undetermined) conditions FB.getLoginStatus() just stops working and won't invoke the callback …
facebook fbjsIs there any way to determine if a Facebook user 'likes' a certain page with the API Facebook offers currently? …
facebook facebook-graph-api fbml fbjsI am using this code to generate hidden HTML code in Facebook : echo "<div id=\"y257y\" style=\"display:…
javascript html facebook fbjsHow can I get the value $fbAppPath into the PHP statement below? <? print json_encode(array(array('text' => …
php facebook fbjshave this html: <div id="editable" contentEditable="true" > <span contentEditable="false" >Text to delete</span&…
javascript html fbjshow can i check in javascript if user has granted my site the publish stream permission ?
javascript api facebook fbjsWorking on a project that has a website and a Facebook page. They both reference the same SWF file and …
javascript facebook flash fbjsI currently have the following method which creates a "share url" essentially the code to insert into an onclick="" within …
php javascript facebook fbml fbjs