jquery's ajax not working in facebook apps

前端 未结 3 355
无人及你
无人及你 2021-01-13 12:19

I am trying to create a facebook application, all is working fine except the ajax part that I am using to populate a second box from the item selected in first select box.

3条回答
  •  执笔经年
    2021-01-13 12:57

    Using FBML you can use FBJS to send JSON data type to your own script:

    Here is the documentation: http://wiki.developers.facebook.com/index.php/FBJS/Examples/Ajax

提交回复
热议问题