how facebook does cross domain ajax call?

后端 未结 3 1235
说谎
说谎 2021-01-14 00:45

I am looking forward to create a javascript API that contains most of the functions that facebook Javascript API provides.

FB.api
FB.init
FB.logout
FB.getLog         


        
3条回答
  •  醉话见心
    2021-01-14 01:28

    They are using JSONP. It's widely used and is supported by javascript frameworks like JQuery.

提交回复
热议问题