Getting an interesting error. I\'ve been developing and application, and viewing it on it\'s page. Now I\'m install that app in as tab on a company page and it\'s sayi开发者_JAVA技巧ng I can\'t use:
I\'m modifying an existing FaceBook application. The FaceBook 开发者_开发技巧application is generated by another application, so I don\'t have much control over it. I can only add html/javascript.
I\'m trying to call a JS function from an SWF which is loaded inside an application tab. As a canvas FBML, the code is working correctly but in case of application tab it\'s not working.
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 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.
i want to use facebook\'s fb:dialog tag to display a simple pop-up form for the user to fill in. but i want to show that dialog using javascript (in the ondone handler of an ajax request).
I/m having many img tag dynamically printed from facebook album pictures, like below- echo \'<\'img src=\"\' . $photo_detail[\'src_small\'] . \'\" id=\"imageurl\" onclick=\"return false\" />\';
For some time now I try to figure out how these guys were able to add \"Sign online here\" button which is \"开发者_StackOverflowinstall App\" button on their fan-page tab: