access_token and token are used interchangably
code is used to exchange for a token / access_token
That resulant access_token is what you store in your session and recall from the session for subsequent requests
access_token and token are used interchangably
code is used to exchange for a token / access_token
That resulant access_token is what you store in your session and recall from the session for subsequent requests