Google Checkout 和生成唯一 URL
我想使用 Google Checkout 及其 Key/URL 传送系统来传输数字内容。我正在构建一个网站,其中的产品是只能查看一次的数字内容,因此我需要一种方法在客户购买内容后为他们生成唯一的 URL 或密钥。
我找到了服务 http://www.quixly.com/ ,看起来他们满足了我的需要。我只是想知道是否有人知道使用具有唯一 URL 的 Google checkout 的教程、指南或更好的方法,或者是否有人取得了成功?
Google checkout 很容易使用,我只是不知道从哪里开始生成唯一的 URL。
I wanted to use Google Checkout and their Key/URL delivery system for digital content. I'm building a site in which the product is digital content that can only be viewed once so I need a way to generate unique URLs or keys for the customer after they purchase the content.
I found the service http://www.quixly.com/ which looks like they do what I need. I was just wondering if anyone knew of a tutorial, guide, or better way of using Google checkout with unique URLs or if anyone has had quixly with success?
Google checkout is easy enough to use I just have no idea where to start with generating unique URLs.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
希望这些有帮助。
关于如何实现唯一下载网址的一些想法和服务器源代码:
为共享资源创建唯一的 URL/地址 - 最佳实践
如何生成与数据库记录?
http://www.ardamis.com/2009/06/26/protecting-multiple-downloads-using-unique-urls/
Hope these are helpful.
Some ideas and server source code on how to implement unique urls for downloads:
Creating unique URL/address for a resource to share - Best practices
How to generate unique URL variables that match to a db record?
http://www.ardamis.com/2009/06/26/protecting-multiple-downloads-using-unique-urls/