It's "Requests" topic on this url 

Iframe applications simply need to wrap the FBML tags in a <fb:serverFbml>
tag for them to render.

An example request form:
<fb:serverFbml>
<script type="text/fbml">
<fb:fbml>
    <fb:request-form
        method='POST'
        type='join my Smiley group'
        content='Would you like to join my Smiley group? 
            <fb:req-choice url="http://apps.facebook.com/smiley/yes.php"; 
                label="Yes" />'
            <fb:req-choice url="http://apps.facebook.com/smiley/no.php"; 
                label="No" />'
        <fb:multi-friend-selector 
            actiontext="Invite your friends to join your Smiley group.">
    </fb:request-form>
</fb:fbml>
</script>
</fb:serverFbml>


It means that such tags say to FB that inside these tags content should be
rendered
=====================================

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of
Xavier Antoviaque
Sent: Monday, September 13, 2010 3:59 PM
To: [email protected]
Subject: Re: [HackIt Bar] FB - Card Stories Report

On Mon, 2010-09-13 at 14:40 +0300, Illya wrote:
> Interesting, I didn't knew it was necessary to mix both. Do you have a
> link to an article or documentation about this that I can read?
> 
> Illya : http://developers.facebook.com/docs/guides/canvas/

Thanks, but that's the documentation for the canvas implementation. I
was refering to the fact that you said it was not possible to implement
everything using the Graph API, and that you need to use canvas too.

Do you have an example, with some lines of code so I can better
understand?

Xavier.

_______________________________________________
Hackit Bar mailing list - [email protected]

Wiki:  http://community.hackit.cx/
List:  http://community.hackit.cx/ml/
Forum: http://community.hackit.cx/forum/
Ideas: http://community.hackit.cx/ideas/
IRC:   irc://irc.freenode.net/#politis

__________ Information from ESET NOD32 Antivirus, version of virus signature
database 5447 (20100913) __________

The message was checked by ESET NOD32 Antivirus.

http://www.esetnod32.ru/.ml


 

__________ Information from ESET NOD32 Antivirus, version of virus signature
database 5447 (20100913) __________

The message was checked by ESET NOD32 Antivirus.

http://www.esetnod32.ru/.ml
 

_______________________________________________
Hackit Bar mailing list - [email protected]

Wiki:  http://community.hackit.cx/
List:  http://community.hackit.cx/ml/
Forum: http://community.hackit.cx/forum/
Ideas: http://community.hackit.cx/ideas/
IRC:   irc://irc.freenode.net/#politis

Reply via email to