I'm probobly missing something obvious, but I'm getting started with the shopify api ( https://github.com/Shopify/shopify_api ), and this particular section of the documentation is making my head hurt a bit:
There is a method to make the request and get the token for you. Pass all the params received from the previous call and the method will verify the params, extract the temp code and then request your token: token = session.request_token(params)
However, following the instructions as given up to this point, I'm not really seeing any call I would have made previously that would have returned any parameters for me to pass back in this call, at least not as explained in the documentation. Can anyone help me figure out what I'm missing?