是否有可能,如果可以,如何在 Facebook 应用程序中进行 IPN 交易?
我发现您无法在 iframe 中启动 IPN 事务。我将在我的应用程序中使用 facebook 的 iframe 选项,所以我需要想办法让用户付款。
我想有可能在其中启动一个带有交易的弹出窗口......但是存在弹出阻止程序等的风险。
开发商通常如何收款?
是否有可能,如果可以,如何在 Facebook 应用程序中进行 IPN 交易?
我发现您无法在 iframe 中启动 IPN 事务。我将在我的应用程序中使用 facebook 的 iframe 选项,所以我需要想办法让用户付款。
我想有可能在其中启动一个带有交易的弹出窗口......但是存在弹出阻止程序等的风险。
开发商通常如何收款?
If you are looking to do simple micropayments (such as for virtual currency in a facebook app game) you may want to consider a 3rd party API such as SocialGold (http://www.jambool.com/)
SocialGold supports an iframe option by using a signature passing method and handles a wide variety of payment types, including PayPal.
If you want to avoid the risk of a popup blocker, consider instead using the iframe within an inline dialog within your application. There are many dialog handlers, but I recommend one that relies on JQuery myself: