Unable to figure out how to get the access token

husher
I'm trying to make a node.js based ticker for my use. While I'm able to programatically get the request token, I'm unable to understand how to use it to gain access to my access_token. I see two examples in documentation, one uses generateSession() method to generate a session, the other one, which is the websockets example uses access token to connect to ticker channels. I'm unable to understand how to proceed further on this. Please help.
This discussion has been closed.