UPDATE: this just started repeating itself, would appreciate any help.
I use the fbml server to display iframe friends' invitations, and it worked fine until two days ago. Basically, after submitting the form, the java action should be called when I get the entire id of the invited user.
However, now I notice that the Invite by Email popup appears and, most importantly, my java action doesn't hit at all. When I check the form in firebug, I notice that the action is always empty (although all other parameters are saved correctly).
I tried setting email_invite = false on a multi-user selector, but to no avail.
My code is as follows:
<fb:fbml>
<fb:request-form action="http://localhost:8080/myAction.do?method=someAction" method="POST" invite="false" target="_top" type="invite" content="CONTENT_GOES_HERE" >
<fb:multi-friend-selector showborder="false" actiontext="Invite your friends to use our app." target="_top" email_invite="false">
</fb:request-form>
</fb:fbml>
</script>
.
: , .
, gearoid.