fbml

How to Publish stream using pyfacebook?

HI, Can anyone tell me how to publish a story or a news feed on a user profile using pyfacebook, i have used fbml = "<fb:wide><fb:subtitle>This is the subtitle</fb:subtitle>" fbml += "<fb:if-is-own-profile>This is your profile.<fb:else>This is not your profile.</fb:else></fb:if-is-own-profile></fb:wide>" request.facebook.profile...

Facebook login issue, going to facebook home after permissions

I'm using the following code to authorize the application and then ask for permission because could not find a simple way to authorize it simply after logging in. But then the user gets directed to their homepage instead of the application homepage. Was wondering where am I going wrong with it. <fb:if-is-app-user> <fb:else> <fb:re...

How to modify the content of fb:request-form dynamically using Javascript?

Hi, I would like to customize my request-form content using javascript. Say i have this in my html... <div id="invite"> <fb:serverfbml style="width: 600px; height: 650px;"> <script type="text/fbml"> <fb:request-form action="index.php" method="POST" invite="true" type="MyApp" ...

facebook FBML issue - req-choice required as part of request-form content ??

when i try to send invitations from my site, i am getting this error "req-choice required as part of request-form content". what does it mean? please help. These are the details i gave when created application: App. Name : mysitename ConnectURL: http://www.mysite.com/ Below is the code i am using. Am i missing something? <fb:serverf...

Layouts for Facebook applications

Can anyone point me to multi-column layouts for Facebook canvas applications? ...

Disable redirect in fb:request-form Send/Cancel button

Hi, How do I disable the redirect in Facebook's invite form? <fb:serverfbml style="width: 600px; height: 650px;"> <script type="text/fbml"> <fb:request-form action="index.php" method="POST" invite="true" type="MyApp" content="Please hav...

get facebook user info on PHP

in this simple php file: (http://gist.github.com/273402) <?php session_start(); include_once 'libraries/facebook/facebook.php'; //$fb_user=$facebook->get_loggedin_user(); ?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml"&gt; <head> <script src="http://static.ak.connect.facebook.com/js/api_lib/v0...

Developing for FB, can't find a good tutorial- what tutorials HELPED YOU?

Please spare me the google answers, I've been googling all weekend (and off and on previous to that) to find good tutorials and I can't find any. It seems that everything I've found on FBML is VERY outdated or SIMPLY just a helloworld (which is REALLY REALLY basic). I currently do a lot in ajax and php, but making the transition to FBM...

How to get Radius tags parsing FBML correctly

I am using the Radius Tag System (from the RadiantCMS) for a content engine in my current applciation. Everything has worked really well, but now I am experiencing issues when using FBML inside my content. When I supply a tags like the following to my template: <fb:profile-pic uid="loggedinuser" size="square"></fb:profile-pic> Radia...

Problem with FBML request-from display

Hi! I have a request-form tag with a request-form-submit button. Problem is: when I click on the submit button, the popup form appears on top of the button, and it is not in the center of the window. See image: [img]http://i46.tinypic.com/25yzzfk.png[/img] It is also hidden by other images. Anybody knows how I can get the popup to be ...

FBML request-form display problem.

I have a request-form tag with a request-form-submit button. Problem is: when I click on the submit button, the popup form appears on top of the button, and it is not in the center of the window. See image: See image here: http://i46.tinypic.com/25yzzfk.png It is also hidden by other images. Anybody knows how I can get the popup to be ...

Embedding RSS and Twitter onto Static FBML??

Hi guys, 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. Something just like this: http://www.facebook.com/ibmargentina?v=app_223277347226&amp;ref=ts I already know the basics for working with FBML, but I can't figure how can I display external data... Any tips...

How to Inteted Select All Friends with FBML ?

I have a java script code to select all friends on facebook : javascript: Elms = document.getElementById ( 'friends'). getElementsByTagName ( 'li'); for (var Elms in fid) (if (typeof Elms [fid] === 'object') (fs.click (Elms [fid ]);}} How to create an FBML Intited can select all friends? Demo : http://apps.facebook.com/help_haiti_now/...

Facebook connect, FBML: How do i get the user id?

I have a dead simple Facebook connect app, that really doesn't do much besides getting the name and profile picture from the user that has connected with my website. But in order to show other users the profilePicture and name of the user taken from facebook i need to store the facebook profile id in my own database for my own renderings...

[fb:request-form] invitation never arrive in wall friend

Hi, i try to create invite form in my fb app, using this code <?php // Prepare the invitation text that all invited users will receive. $content = <<<FBML <fb:name uid="$user_id" firstnameonly="true" shownetwork="false"/> wants to know what your Favorite Games are! <fb:req-choice url="{$facebook->get_add_url()}" label="Add Favorite Ga...

facebook: force user to login / install app with fbml

I am a facebooks apps newbie, so forget me if I got something wrong. I want to prompt users to install my app when they visit my app's canvas page. any help? ...

Can I incorporate prototype.js into an FBML facebook application?

we have a lot of existing code in a web application that we want to use in a facebook application. Much of it on the client side depends on prototype.js. Can I incorporate prototype.js into my FB application without difficulty, and am I going to have to make a choice about iFrame vs FBML early on? ...

Facebook - using FBJS to generate flash dynamically?

I have tried using the FBML to display the flash statically. it is simple. and I have used the FBJS to dynamically display normal content. So, how to use FBJS to create the tag for displaying Flash? I have tried setInnerXHTML but doesn't seems working. So, how to do that? ...

Adding a fan box on a facebook fan page

I am trying to add a fan box on my fan page using the tag. But it just doesn't get rendered on the page. I also tried using an as mentioned in http://wiki.developers.facebook.com/index.php/Fb:fan, and setting its source to another file which contains the code for tag. But even that doesn't work. Any help regarding this would be appre...

Facebook Application development language problem

hi what i want is, suppose that my facebook language is spanish then my application open is in spanish else open in default in english . how can i do this ? Thanks ...