1
隨着10.04.2012來電, 有一個在Facebook developer document for 'batch request'短款題爲:以JSONP批調用,其內容爲:Facebook的批次JSONP
"The Batch API supports JSONP, just like the rest of the Graph API -
the JSONP callback function is specified using the 'callback' query string
or form post parameter."
我想這意味着你也可以做一個批量請求使用Javascript中的JSONP(這將是一個GET請求,因爲JSONP只能作爲一個GET請求),所以我試圖通過向batch添加一個'batch'參數(包含描述批處理請求的對象)查詢字符串。從FB服務器
迴應是:
Only POST is allowed for batch requests
所以,問題:
1.什麼他們的意思在那款?
2.有沒有辦法從JavaScript做異步批量請求?
您可以分享您使用的代碼,並以該響應結束嗎? – 2012-04-10 08:22:26