I'm trying to use magento's RESTful api, and your gem seems to be the one I need. However, in the config, we have:
config = {
consumer_key: '',
consumer_secret: '',
site: '',
oauth_token: '',
oauth_token_secret: ''
}
How do I get the oauth_token? I tried reading the omni-auth one, but I think I juts want to call the API, I'm not using my RailsApp to connect to the Magento site yet.
I'm trying to use magento's RESTful api, and your gem seems to be the one I need. However, in the config, we have:
How do I get the oauth_token? I tried reading the omni-auth one, but I think I juts want to call the API, I'm not using my RailsApp to connect to the Magento site yet.