is it 开发者_开发百科possible to return Facebook Application Description & Logo/Image just like we can return Application Name using
I am trying to create a small facebook app and associate it to a fan page in a tab. I am trying to include an external javascript file in my page and call a method on a button click event.
I have successfully wired up a Facebook Connect application and everything is working fine.I can sign new users up with Facebook, or I can link existing users with Facebook.No problems there.
I developed a facebook app with fbml canvas. Sometimes for me it loads a blank page (say 1/10 times). For a user in another location it is always loading blank page.
I tried my best to convert JavaScript to FBJS according to this page: http://wiki.developers.facebook.com/index.php/FBJS.
How do I code a Facebook quote application taking its data from PHP/MySQL page generating quotes randomly? I\'ve already developed one, but it\'s using jQuery which FBML doesn\'t support and since I\'
I\'m developing apps at Facebook using FBML and FBJS. When I tried to use document.getElementById to readtag, it did 开发者_如何学Pythonnot reply the correct value.
I have tried for three days now and gotten nowhere on this.... I absolutely can not get any \"fb:\" code to render anything! I\'ve tried the exact code in the sandbox and it works fine. I\'ve read thr
I am using FBML for rendering certain elements on the page such as the name of the user, profil pic, etc. However when there are many FBML elements on page, there is a slight delay which occurs before
I am using Facebook.showPermissionDialog(\"read_stream,publish_stream, offline_access, email\") to show permission dialog. Its working in FBML mode but the problem is in IFRAME mode.