linkedin icon indicating copy to clipboard operation
linkedin copied to clipboard

session definition

Open thisisadds opened this issue 8 years ago • 1 comments

I'm trying to get the final_oauth_token and secret and in initiating the linkedin class the oauth_token_secret is defined as so: oauth_token_secret=session['linkedin_session_keys']['oauth_token_secret'] I must be missing something or not understanding it, but session doesn't seem to be defined anywhere. Or maybe it doesn't work now because it was last modified years ago. Please clarify.

thisisadds avatar Jan 22 '17 11:01 thisisadds

See https://github.com/michaelhelmick/linkedin#authorization-url

In this section, I say:

Store this token in a session or something for later use in the next step.

Meaning, store it in a variable or somewhere it can be accessed for later use.

michaelhelmick avatar Jan 22 '17 13:01 michaelhelmick