[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  wrote:
> I've developed a new OAuth library for java that is ... the only
> one known to work out of the box with LinkedIn's implementation of
> OAuth.

-- 
You received this message because you are subscribed to the Google Groups 
"OAuth" group.
To post to this group, send email to oa...@googlegroups.com.
To unsubscribe from this group, send email to 
oauth+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/oauth?hl=en.



[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. And that's assuming that SignPost has not fixed the ~
thing.

Thanks a lot for your reply!

On Apr 8, 2:52 am, Paul Lindner  wrote:
> Hi Pablo,
>
> I cannot edit the code page, but I can edit the wiki.  I added LinkedIn
> thereto the list of implementations.
>
> Also for java the latest signpost seems to work fine, and other clients in
> other languages are getting the job done.
>
> On Wed, Apr 7, 2010 at 7:24 PM, Pablo Fernandez
> wrote:
>
>
>
> > Hi,
>
> > I've sent a message to the group a few days ago about the inclusion of
> > a new library to the "code" page. I'm attaching it again at the end of
> > this mail.
>
> > Please let me know if someone is evaluating the posibility of
> > including this lib, and if not, why? and what do I have to change in
> > order to make it comply to your standards (but please do not stay
> > silent).
>
> > Thanks
>
> > --
> > Hi,
>
> > I've developed a new OAuth library for java that is intended to work
> > with all APIs. It's called Scribe and has been featured in LinkedIn's
> > developers forums:
>
> >http://developer.linkedin.com/message/4568
>
> > The library is mature, is being used in production and it's the only
> > one known to work out of the box with LinkedIn's implementation of
> > OAuth.
>
> > I'd like to have it's home page (github.com/fernandezpablo85/scribe)
> > linked to thehttp://oauth.net/code/page.
>
> > It would be also a great idea to link LinkedIn's API to the list of
> > OAuth implementers here:http://wiki.oauth.net/Implementations
>
> > Thanks a lot!
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "OAuth" group.
> > To post to this group, send email to oa...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > oauth+unsubscr...@googlegroups.com .
> > For more options, visit this group at
> >http://groups.google.com/group/oauth?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"OAuth" group.
To post to this group, send email to oa...@googlegroups.com.
To unsubscribe from this group, send email to 
oauth+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/oauth?hl=en.



[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 
wrote:
> 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. And that's assuming that SignPost has not fixed the ~
> thing.
>
> Thanks a lot for your reply!
>
> On Apr 8, 2:52 am, Paul Lindner  wrote:
>
>
>
> > Hi Pablo,
>
> > I cannot edit the code page, but I can edit the wiki.  I added LinkedIn
> > thereto the list of implementations.
>
> > Also for java the latest signpost seems to work fine, and other clients in
> > other languages are getting the job done.
>
> > On Wed, Apr 7, 2010 at 7:24 PM, Pablo Fernandez
> > wrote:
>
> > > Hi,
>
> > > I've sent a message to the group a few days ago about the inclusion of
> > > a new library to the "code" page. I'm attaching it again at the end of
> > > this mail.
>
> > > Please let me know if someone is evaluating the posibility of
> > > including this lib, and if not, why? and what do I have to change in
> > > order to make it comply to your standards (but please do not stay
> > > silent).
>
> > > Thanks
>
> > > --
> > > Hi,
>
> > > I've developed a new OAuth library for java that is intended to work
> > > with all APIs. It's called Scribe and has been featured in LinkedIn's
> > > developers forums:
>
> > >http://developer.linkedin.com/message/4568
>
> > > The library is mature, is being used in production and it's the only
> > > one known to work out of the box with LinkedIn's implementation of
> > > OAuth.
>
> > > I'd like to have it's home page (github.com/fernandezpablo85/scribe)
> > > linked to thehttp://oauth.net/code/page.
>
> > > It would be also a great idea to link LinkedIn's API to the list of
> > > OAuth implementers here:http://wiki.oauth.net/Implementations
>
> > > Thanks a lot!
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > > "OAuth" group.
> > > To post to this group, send email to oa...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > oauth+unsubscr...@googlegroups.com .
> > > For more options, visit this group at
> > >http://groups.google.com/group/oauth?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"OAuth" group.
To post to this group, send email to oa...@googlegroups.com.
To unsubscribe from this group, send email to 
oauth+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/oauth?hl=en.



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 offs
back in the day.


On Thu, Apr 8, 2010 at 8:25 AM, Pablo Fernandez
wrote:

> 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 
> wrote:
> > 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. And that's assuming that SignPost has not fixed the ~
> > thing.
> >
> > Thanks a lot for your reply!
> >
> > On Apr 8, 2:52 am, Paul Lindner  wrote:
> >
> >
> >
> > > Hi Pablo,
> >
> > > I cannot edit the code page, but I can edit the wiki.  I added LinkedIn
> > > thereto the list of implementations.
> >
> > > Also for java the latest signpost seems to work fine, and other clients
> in
> > > other languages are getting the job done.
> >
> > > On Wed, Apr 7, 2010 at 7:24 PM, Pablo Fernandez
> > > wrote:
> >
> > > > Hi,
> >
> > > > I've sent a message to the group a few days ago about the inclusion
> of
> > > > a new library to the "code" page. I'm attaching it again at the end
> of
> > > > this mail.
> >
> > > > Please let me know if someone is evaluating the posibility of
> > > > including this lib, and if not, why? and what do I have to change in
> > > > order to make it comply to your standards (but please do not stay
> > > > silent).
> >
> > > > Thanks
> >
> > > > --
> > > > Hi,
> >
> > > > I've developed a new OAuth library for java that is intended to work
> > > > with all APIs. It's called Scribe and has been featured in LinkedIn's
> > > > developers forums:
> >
> > > >http://developer.linkedin.com/message/4568
> >
> > > > The library is mature, is being used in production and it's the only
> > > > one known to work out of the box with LinkedIn's implementation of
> > > > OAuth.
> >
> > > > I'd like to have it's home page (github.com/fernandezpablo85/scribe)
> > > > linked to thehttp://oauth.net/code/page.
> >
> > > > It would be also a great idea to link LinkedIn's API to the list of
> > > > OAuth implementers here:http://wiki.oauth.net/Implementations
> >
> > > > Thanks a lot!
> >
> > > > --
> > > > You received this message because you are subscribed to the Google
> Groups
> > > > "OAuth" group.
> > > > To post to this group, send email to oa...@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > oauth+unsubscr...@googlegroups.com<
> oauth%2bunsubscr...@googlegroups.com
> >.
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/oauth?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "OAuth" group.
> To post to this group, send email to oa...@googlegroups.com.
> To unsubscribe from this group, send email to
> oauth+unsubscr...@googlegroups.com .
> For more options, visit this group at
> http://groups.google.com/group/oauth?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"OAuth" group.
To post to this group, send email to oa...@googlegroups.com.
To unsubscribe from this group, send email to 
oauth+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/oauth?hl=en.