akhil2909 / linkedin-j

Automatically exported from code.google.com/p/linkedin-j
0 stars 0 forks source link

Make LinkedInOAuthToken serializable? #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Any thoughts on having LinkedInOAuthToken implements java.io.Serializable?
 That way you could stick a LinkedInRequestToken in an HTTP session, for
example, so that it can be reused on a subsequent request when you need to
get the access token with it.

Original issue reported on code.google.com by dchecko...@gmail.com on 29 Dec 2009 at 12:16

GoogleCodeExporter commented 9 years ago
Ok. Sure. I will do that in tomorrow's update.
Thanks for your feedback.

Regards
Nabeel Mukhtar

Original comment by nabeelmukhtar on 29 Dec 2009 at 2:07

GoogleCodeExporter commented 9 years ago

Original comment by nabeelmukhtar on 29 Dec 2009 at 2:09

GoogleCodeExporter commented 9 years ago
Thanks.  For what it's worth, I made the "implements java.io.Serializable" 
change on
LinkedInOAuthToken.java in a local build and it works fine.  I'm shoving
LinkedInRequestToken objects into memcached, using them in later requests to get
access tokens.

Original comment by dchecko...@gmail.com on 29 Dec 2009 at 2:09

GoogleCodeExporter commented 9 years ago
This has been fixed in the latest build. linkedin-j-0.1-SNAPSHOT-2009-12-30.zip

Original comment by nabeelmukhtar on 30 Dec 2009 at 12:13