脸书积分。错误1151
我正在 Facebook 上开发一个应用程序,并且需要能够将我的应用程序集成到其他网站上(通过 Facebook JavaScript API 连接到 Facebook)。
在 Facebook 上,我可以使用 Facebook Credits 在应用程序上购买一些东西,但在其他一些网站上,当我调用 Facebook 购买对话框时,我收到此错误:
API Error Code: 1151
API Error Description: Sorry, but this app may not be eligible to accept Facebook Credits.
If this app has accepted credits before, please try again.
Error Message: Invalid Application
或者是否有我们只能在 Facebook 上使用的 Facebook 购买对话框?
I'm developing an application on Facebook, and I need to have the possibility to integrate my application on other sites (with connections to Facebook by the Facebook JavaScript API).
On Facebook, I can buy some things on an application using Facebook Credits, but on some other site, when I call the Facebook purchase dialog, I get this error:
API Error Code: 1151
API Error Description: Sorry, but this app may not be eligible to accept Facebook Credits.
If this app has accepted credits before, please try again.
Error Message: Invalid Application
Or is there a Facebook purchase dialog we can use only on Facebook?
发生这种情况是因为支付接口只能从 Facebook 上运行的 iframe 应用程序调用。
This happens because the payment interface can only be called from an iframe application running on Facebook.