Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
The serverfbml tag has no wiki summary.
0
votes
1answer
507 views
Alternative of FBML for render facebook friends via Javascript SDK
Here is some trouble with Facebook API we are facing from last monday.
We use FBML(Facebook markup language) for sending invitation to facebook friends(There is no problem in login to facebook from ...
-1
votes
1answer
356 views
Using fb:request-form “Something's gone wrong. We're working to get it fixed as soon as we can.”
I have been using fb:request-form for my "Friend invite form" for a while now, but all of a sudden I am having problems. It renders everything perfectly. However, when I am all done and I submit it ...
0
votes
1answer
187 views
serverfbml returns 404 on one page and not a clone
This case seems unbelievable.
I have two versions of a fbml page to display a list of users to invite. The two pages return identical html. The only difference is that one has a url like ...
0
votes
2answers
394 views
Custom fields in fb:request form with FBML on iframes
I'm converting my FBML app to iframe and I want to pass custom fields by setting fb_protected=true. It used to work on FBML apps. But doesn't work when using the FBML tags in iframe. Any pointers ?
1
vote
1answer
2k views
facebook fb.ui display
i used to use <fb:serverfbml> and to parse it FB.XFBML.parse().
when i switched to FB.ui, it is very effecient. but as far as i understand, for "apprequests" method, i have to display mode ...
0
votes
2answers
474 views
javascript validation inside of fb:serverfbml block
I am trying validate input from a multi-friend-selector that I have embedded like so:
<fb:serverFbml>
<script type="text/fbml">
<form ...
0
votes
1answer
465 views
Error while trying to retrive the username in an iFrame facebook application
I am developing a facebook application with iFrame render method. So in order to display my name, I used serverfbml tags. This is my code:
<fb:serverfbml style="width: 760px;">
...
3
votes
4answers
798 views
Action in fb:request form is always null
UPDATE: this has just started happening again, would appreciate any help.
I am using server fbml to render an Invite Friends iframe and it was working fine up until two days ago. Basically, after ...
3
votes
1answer
3k views
Facebook multi-friend-selector + new javascript API = BROKEN?
I am using the fb:serverfbml tag to render a multi-friend-selector inside an IFrame.
I am using the new javascript API. I have been trying ALL DAY to get it working.
When I click on the underlines ...
0
votes
1answer
1k views
Facebook API friends_get is extremely slow
I have a PHP application running in iFrame mode. I am rendering an <fb:multi-friend-selector condensed="true"> inside of <fb:serverfbml> tags. This is inside a PHP file that calls a ...
0
votes
1answer
993 views
FBML is not rendered in Facebook App in iframe - please help
I'm developing an Facebook Application in PHP. It's loaded as an iframe and not as FBML. The normal interaction with Facebook works. For example the following code gives the username:
$facebook = new ...
1
vote
2answers
777 views
FBML and HTMLParser error
The below code:
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://www.facebook.com/2008/fbml"
xml:lang="en" lang="en">
<head>
<title>FB Test</title>
...
1
vote
4answers
2k views
fb:serverfbml not rendering in ie7
I'm writing a Facebook iframe/Facebook Connect application and one of the pages includes a multi-friend-selector. It renders perfectly in every browser I tried (FF/Mac, Safari/Mac, IE8/Win) but does ...
6
votes
4answers
15k views
Facebook, iframe app, fb:request-form, action attribute problem
I'm making a facebook iframe application
I'm making a request form with my own form data. What should I do in order to process the data?
If I put action="http://apps.facebook.com/[appName]/abc.php" ...

