How can I get the value $fbAppPath into the PHP statement below? <? print json_encode(array(array(\'text\' => \'Become A Fan\', \'href\' => \'$fbAppPath\'))); ?>开发者_开发百科;
i use FBML for the FB application I have a flash and the flash suppose to call a javascript on the page. I read so many websites trying to figure it out but still having problem.
I ha开发者_Go百科ve tried using the FBML to display the flash statically.it is simple. and I have used the FBJS to dynamically display normal content.
I want to开发者_如何学Go use http://wiki.developers.facebook.com/index.php/Fb:tabs and have the tabs load/change dynamically using AJAX. Are there any examples online or would anyone be kind enough to
have this html: &开发者_如何学运维lt;div id=\"editable\" contentEditable=\"true\"> <span contentEditable=\"false\" >Text to delete</span>
i have to use fbjs for my current app. i was using the api.requireLogin function earlier but then i looked over at the docs and found the function has been deprecated and suggested to use FB.Connect.
I\'ve been asked to build a facebook fan page, that displays the latest RSS from a blog and the latest tweets from an user.
I have a situation where I call Facebook.showPermissionDialog(\'offline_access\'...) then later I make an ajax.post call. The ajax.post call fails if the call to the permission dialog was made prior.
have tried to use this my own function on FBJS: function addEvent(event,fun,pars){ pars.event=event; pars.listen=function(){ fun(this, pars);return false; };
I\'m trying to call a Feed Form in my Facebook application and I\'m not sure how to do so. I\'m not familiar with the FBJS and its API. Specifically I need the following dialogue to show up: http://wi