如何使用亚马逊的API在PHP中搜索图书?亚马逊、如何使用、图书、API

2023-09-11 23:52:29 作者:我想和作业分手

我工作的一个Facebook应用程序的书共享,审查,并提出建议。我已经冲刷网络,谷歌搜索的使用每一个搜索词我能想到的,但我无法找到如何访问Amazon.com的API进行图书信息的任何教程。

I'm working on a Facebook app for book sharing, reviewing, and recommendations. I've scoured the web, searched Google using every search phrase I could think of, but I could not find any tutorials on how to access the Amazon.com API for book information.

我注册了一个AWS帐号,但即使在其网站上的教程,并没有帮我一个位。他们都是面向使用云计算的文件存储和处理,但是这不是我想要的。

I signed up for an AWS account, but even the tutorials on their website didn't help me one bit. They're all geared toward using cloud computing for file storage and processing, but that's not what I want.

我只是想访问他们的API来搜索图书信息。有点像如何 http://openlibrary.org/ 做它,它是一个简单的URL调用来获取一本书的信息(但它们的数据库在几乎没有填充亚马逊的)。

I just want to access their API to search info on books. Kind of like how http://openlibrary.org/ does it, where it's a simple URL call to get information on a book (but their databases aren't nearly as populated as Amazon's).

为什么这么难找到我需要在Amazon的AWS网站上的信息?如果有人可以帮助,我将不胜AP preciate吧。

Why is it so hard to find the information I need on Amazon's AWS site? If anybody could help, I would greatly appreciate it.

推荐答案

您可以让Zend框架做的工作适合你使用的 Zend_Service_Amazon 。 从我看到它很容易使用,以及简单的查询例子就足够了。

You could let Zend Framework do the work for you using Zend_Service_Amazon. From what I see it's fairly easy to use, and for simple queries the examples should be enough.