我想在訂貨時喜歡在下面的示例(PHP)的項目,以應對Facebook的請求:https://github.com/facebook/credits-api-sample/blob/master/callback.phpFacebook Credits的回調在asp.net
在我OrderProcess.aspx測試頁面,Page_Load中包含以下代碼:
var returnData = "{\"content\":[{\"title\":\"[Test Mode] Unicorn\",\"description\":\"[Test Mode] Own your own mythical beast!\",\"price\":2,\"image_url\":\"http://www.facebook.com//images//gifts//21.png\",\"product_url\":\"http://www.facebook.com//images//gifts//21.png\"}],\"method\":\"payments_get_items\"}";
Response.ContentType = "text/plain"; //tried most of them
Response.Write(returnData);
但這不起作用,Facebook返回錯誤「您正在使用的應用程序沒有正確響應」。
你能幫我用C#中的一些示例代碼複製上面的PHP代碼中的功能嗎?
我剛剛試過了。不起作用。 – user701700 2011-04-11 07:25:30