amorenew / linkedin-j

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

Api change #74

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Summary : I'd like linked-j to use my own signpost OauthConsumer class instead 
of the default DefaultOAuthConsumer class.

Would you consider making the LinkedInOAuthServiceImpl class public so we could 
override getOAuthConsumer() ot provide our own Consumer ?

Or any other mecanism would do it.

PS: Context : my kind requests comes from the fact I am running linked-j on a 
production server where the time is wrong (and I can't change it) so linkedIn 
returns my token request with 400 errors. I'd like linkedIn-j to use my own 
signpost consumer to be able to override the generateTimestamp() method of the 
AbstractOAuthConsumer class.

Original issue reported on code.google.com by nbrass...@javablackbelt.com on 20 Oct 2011 at 10:47