oauth - Which data do I have to store in DB once I get Token data in Linkedin API? -


i assume workflow oauth similar in various sites. (twitter, linkedin) can requesttoken, accesstoken. okay, if store accesstoken , use later???

yes, accepted practice. use workflow on few sites , based on posts on linkedin developer's site, looks method people using.

the trick cover in case user rejects application's access rights; filter responses linkedin api looking error indicating access token no longer valid (you should doing filtering anyways throttling issues).


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -