Questions tagged [serverfbml]

14 questions
6
votes
4 answers

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" , i.e.
Unreality
  • 4,111
  • 11
  • 48
  • 67
3
votes
4 answers

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 submitting the form, a java action should be invoked…
Gerard
  • 4,818
  • 5
  • 51
  • 80
3
votes
1 answer

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 'selected' link (to filter by the selected friends)…
Simon_Weaver
  • 140,023
  • 84
  • 646
  • 689
2
votes
2 answers

FBML and HTMLParser error

The below code: FB Test
Jon Hadley
  • 5,196
  • 8
  • 41
  • 65
1
vote
1 answer

facebook fb.ui display

i used to use 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 available: pop up or dialog(iframe) pop up opens in a new…
asdf_enel_hak
  • 7,474
  • 5
  • 42
  • 84
1
vote
4 answers

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 not render at all in IE7/Win. I waited and waited…
Jackie
  • 1,630
  • 2
  • 15
  • 12
0
votes
1 answer

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 our app.) which is in phase of deprecation by…
Nilesh Rathod
  • 269
  • 1
  • 6
  • 17
0
votes
1 answer

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 http://mydomain/user/myFriends and the other has a url…
Andrew
  • 2,355
  • 4
  • 29
  • 42
0
votes
2 answers

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 ?
rampr
  • 1,877
  • 4
  • 21
  • 36
0
votes
2 answers

javascript validation inside of fb:serverfbml block

I am trying validate input from a multi-friend-selector that I have embedded like so: