开发者

how to load fb:request-form in iframe / connect app using ajax

开发者 https://www.devze.com 2022-12-31 03:08 出处:网络
how to load fb:request-form in iframe / connect facebook app using ajax c开发者_如何学Goalls? for example social city does it.

how to load fb:request-form in iframe / connect facebook app using ajax c开发者_如何学Goalls?

for example social city does it.

the POSTing of selected friend is also done in ajax. how can this be done?


You can add target="_self" attribute to fb:request-form tag, this way the form will be submitted to iframe rendered by Facebook without loading the response to the whole page.

0

精彩评论

暂无评论...
验证码 换一张
取 消