forked from elankeeran/Get-Book-Details
-
Notifications
You must be signed in to change notification settings - Fork 0
Get Book Details : PHP application using Amazon API
ben1one/Get-Book-Details
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This code help to get detail information about Books with cover page. The information are retry from Amazon API. Download the app from Github 1. unzip the app 2. run it inside your apache "htdocs" folder Amazon Fulfillment Web Service (Amazon FWS) http://aws.amazon.com/fws/ You need Access Identifiers to make valid web service requests. Please visit the Access Identifiers section of your account to obtain your identifier and to learn more: http://aws-portal.amazon.com/gp/aws/developer/account/index.html?action=access-key Documentation, sample code, articles, tutorials, and more can be found in the AWS Resource Center: http://aws.amazon.com/resources/. For help and support, please visit the AWS Support Center: http://developer.amazonwebservices.com/connect/support.jspa After signup go to "Security Credentials" in "Account" section and replace the "xxxxxxxxxxx" with your created access key // public key var $publicKey = "xxxxxxxxxxxxxx"; // private key var $privateKey = "xxxxxxxxxxxxxx"; // affiliate tag Please use the AccessKey Id obtained after registering at https://affiliate-program.amazon.com/gp/flex/advertising/api/sign-in.html. Email me if your facing any problem ekeeran@gmail.com
About
Get Book Details : PHP application using Amazon API
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 77.8%
- HTML 14.1%
- JavaScript 8.1%