Action in fb: the request form is always zero.

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.

+3
4

appid javascript fb-root. .

0

Facebook , , . , , .

, , " ".

Facebook .

+1

, import_external_friends = ""

+1

, -.

A) FB.init

B) FB.init

C) , facebook

D) URL- / .

A-C. - -, localhost 127.0.0.1, URL- , , . , , . , - .

+1

Source: https://habr.com/ru/post/1752594/


All Articles