question

shaqspeare avatar image
shaqspeare asked

Login and Pay, Java client integration

[On behalf of: ePages US Testa...] I would like to know if it is possible to obtain the javadoc and the source code of the client implementation AmazonPaymentsAdvancedService.jar available at: https://developer.amazonservices.com/doc/offamazonpayments/offamazonpayments/v20130101/java.html
login with amazon
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

shaqspeare avatar image
shaqspeare answered
Hi, Thank you for using Login and Pay with Amazon! As a general rule, we do not give out source code to internal implementations. We apologize for any inconvenience this may cause you.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Sumit J. avatar image
Sumit J. answered
Hi , Could you help me to login into amazon using scraping methods means by getting html and post user id and password with java. I am following below steps : 1) Send an HTTP “GET” request to amazon login form via : https://www.amazon.com/gp/css/order-history 2) Analyze the form data via Google Chrome’s “Network” feature. Alternatively, you can view the HTML source code. 3) Use jSoup library to extract all visible and hidden form’s data, replace with your username and password. 4) Send a HTTP “POST” request back to login form, along with the constructed parameters, I am not able to login into amazon but able to login into google with these steps. Please suggest some way so I can login into amazon. Thanks, Sumit Jain
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

DougM@Amazon avatar image
DougM@Amazon answered
Hello Sumit, This is not a workflow that would be supported by Login With Amazon. For examples as to how to authorize with the Login With Amazon Javascript API, please refer to : https://images-na.ssl-images-amazon.com/images/G/01/lwa/dev/docs/website-sdk-reference._TTH_.pdf
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.