Tagged Questions
The serverfbml tag has no wiki summary.
6
votes
4answers
14k 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" ...
3
votes
4answers
702 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
2k 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 ...
1
vote
1answer
1k 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 ...
1
vote
2answers
641 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 ...
0
votes
1answer
45 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 ...
0
votes
0answers
30 views
serverFbml over HTTPS
We have a tab showing friends to invite using the following template:
<center>
<div id="fb-root"></div>
<script type="text/javascript" ...
0
votes
1answer
75 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
0answers
56 views
put preview invitation in center of screen, while invite friends to my app
building canvas tab aplication in wich i am trying to invite friends to my aplication using fb:serverFbml and fb:request-form, but the problem is that my preview invitation get inside the iframe ...
0
votes
0answers
492 views
multi-friend-selector redirect to serverfbml.php
I want to put a multi-friend-selector, the same like is working on a FBML tab, but now i want to add this on an iframe applicaton.
FBML code:
"
">
...
0
votes
2answers
279 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 ?
0
votes
2answers
421 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
388 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;">
...
0
votes
1answer
752 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
897 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
votes
1answer
154 views
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 says ...