[oauth] Re: New OAuth java library

2010-04-10 Thread John Kristian
The net.oauth library works with LinkedIn. For example: http://bitbucket.org/jmkristian/testoauth/src/tip/src/main/java/net/oauth/example/consumer/LinkedIn.java On Apr 6, 3:32 pm, Pablo Fernandez fernandezpabl...@gmail.com wrote: I've developed a new OAuth library for java that is ... the only

[oauth] Re: New OAuth java library (Again)

2010-04-08 Thread Pablo Fernandez
Paul, Last time I checked, it didn't work since LinkedIn API requires the ~ character unencoded for the string to sign (that's why I created another library in the first place). Are you sure that was solved? I should have said that is the only *JAVA* library that works out of the box, my bad.

[oauth] Re: New OAuth java library (Again)

2010-04-08 Thread Pablo Fernandez
Paul, I've just double checked and SignPost still does not work with LinkedIn here's a simple example adapted from the twitter one: http://goo.gl/KYUn You cannot even get the request_token and request_token_secret On Apr 8, 11:46 am, Pablo Fernandez fernandezpabl...@gmail.com wrote: Paul,

Re: [oauth] Re: New OAuth java library (Again)

2010-04-08 Thread Paul Lindner
Odd, linkedin-j is using signpost 1.2.1.1 and it's working fine. Which brings me to the broader question of interoperability. I'd wonder if it's time to have an OAuth bake-off where libraries and implementations can test. See http://tools.ietf.org/html/rfc1025 for how TCP benefitted from bake