What is the easiest way to use the Amazon Product API on the Google App Engine? How do you work around the socket limitations of Google App Engine?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Are you using the REST API ? If it's purely a REST API, you should be able to make calls using the urlfetch service. What have you tried so far, and what errors has it given you? Also, are you using the Java or Python version of App Engine? |
|||||||
|
|
I'm using this library together with Beautiful Soup on App Engine. Had no problems so far. |
|||
|