Facebook 应用程序 - Facebook 内的 Paypal 交易?

发布于 2024-08-11 05:22:21 字数 200 浏览 2 评论 0原文

是否可能,如果可以,如何在 Facebook 应用程序中进行 IPN 交易?

我发现您无法在 iframe 中启动 IPN 事务。我将在我的应用程序中使用 facebook 的 iframe 选项,因此我需要找到一种让用户付款的方式。

我想可能会启动一个带有交易的弹出窗口...但是存在弹出窗口拦截器等的风险。

开发人员通常如何接收付款?

Is it possible and if so how to do an IPN transaction within a facebook application?

I found you can not launch an IPN transaction within an iframe. I will be using facebook's iframe option for my application, so I need to figure out a way for the users to pay.

I guess it would be possible to launch a pop up with the transaction in there... but then there is the risk of pop up blockers etc.

How do developers normally receive payment?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风筝有风,海豚有海 2024-08-18 05:22:21

如果您希望进行简单的小额支付(例如 Facebook 应用程序游戏中的虚拟货币),您可能需要考虑第 3 方 API,例如 SocialGold (http://www.jambool.com/)

SocialGold 通过使用签名传递方法支持 iframe 选项,并处理多种付款类型,包括 PayPal。

如果您想避免弹出窗口阻止程序的风险,请考虑在应用程序的内联对话框中使用 iframe。有很多对话框处理程序,但我推荐一个依赖于 JQuery 的对话框处理程序:

http://jqueryui.com/demos /对话框/

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:

http://jqueryui.com/demos/dialog/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文