Amazon Product Advertising API on Google App Engine
What is the easiest way to us开发者_Go百科e the Amazon Product API on the Google App Engine? How do you work around the socket limitations of Google App Engine?
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.
This basic Amazon Product API module is compatible with Google App Engine.
精彩评论