-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
27 lines (17 loc) · 1.2 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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 [email protected]