Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 462 Bytes

README.rdoc

File metadata and controls

15 lines (10 loc) · 462 Bytes

Taobao

The plugin enable easy integration with the [Taobao Open Platform] (open.taobao.com)

Installation and configuration

Create a config/initializers/taobao.rb

Taobao.setup do |config|
  config.app_key       = "12012322"
  config.app_secret    = "42ab2d12a5bea25d1bc06ccd23123121daf"
  config.rest_endpoint = "http://gw.api.tbsandbox.com/router/rest"
  config.auth_url      = "http://open.taobao.com/isv/authorize.php?appkey="
end