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
Post a Comment