我有一些应用程序正在运行实际/旧付款.工作良好.公司注册等均罚款,工作一年左右.
现在我正在迁移到新的,开放的Graph对象驱动的系统.完全没有用.
对象的创建和注册工作正常.这是我注册的对象.调试器没有错误:
<head prefix=
"og: http://ogp.me/ns#
fb: http://ogp.me/ns/fb#
product: http://ogp.me/ns/product#">
<meta property="og:type" content="og:product" />
<meta property="og:title" content="Pinky" />
<meta property="og:plural_title" content="Pinkies" />
<meta property="og:image" content="https://MY_URL/picture.png" />
<meta property="og:description" content="Pinky " />
<meta property="og:url" content="https://MY_URL/object.html" />
<meta property="product:price:amount" content="0.40"/>
<meta property="product:price:currency" content="USD"/>
<meta property="product:price:amount" content="0.32"/>
<meta property="product:price:currency" content="GBP"/>
<meta property="product:price:amount" content="0.24"/>
<meta property="product:price:currency" content="EUR"/>
</head>
Run Code Online (Sandbox Code Playgroud)
在使用调试器工具注册后,我调用了付费对话框:
var obj = { method: 'pay',
action: 'purchaseitem',
product: "https://MY_URL/object.html" };
FB.ui(obj, function(data) { });
Run Code Online (Sandbox Code Playgroud)
但是我总是得到一个错误.Facebook上没有描述error_code(还有吗?).error_code:1353028 error_message:"抱歉,出现问题,我们无法完成您的请求.请稍后再试."