[oauth] New OAuth library for PHP that should be reference on the oauth.net site

2011-10-03 Thread Pablo Fernandez
Hey guys, A friend of mine ported my library, Scribe (http://github.com/fernandezpablo85/scribe-java) to PHP. The feedback on the original lib has been great so far, so I guess it would be great if the port could be referenced on the oauth.net/code page. The library repo is:

[oauth] New OAuth java library

2010-04-08 Thread Pablo Fernandez
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

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

2010-04-08 Thread Pablo Fernandez
. 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 lind...@inuus.com 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

[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] New OAuth java library

2010-04-08 Thread pablo fernandez
Thanks a lot Chris On Thu, Apr 8, 2010 at 8:55 PM, Chris Messina chris.mess...@gmail.comwrote: Done. Cheers! Chris On Tue, Apr 6, 2010 at 3:32 PM, Pablo Fernandez fernandezpabl...@gmail.com wrote: Hi, I've developed a new OAuth library for java that is intended to work with all

[oauth] New OAuth java library (Again)

2010-04-07 Thread Pablo Fernandez
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

[oauth] Re: how to use erlang-oauth

2009-08-26 Thread pablo
I've looked at the couchdb code and it seems they copied part of erlang-oauth inseatd of using it as an app so it's hard to use it as an example. If there is no better example I'll have to implement something simple myself. Thank you On Aug 14, 1:21 pm, Tim Fletcher t...@tfletcher.com wrote:

[oauth] how to use erlang-oauth

2009-08-13 Thread pablo
Hi, I'm trying to use erlang-oauth http://blog.oauth.net/2008/05/17/tim-fletcher-puts-out-erlang-oauth/ I'm building a website and I want to use oauth for providing a one time url for verifying email address when a new user register the site, for log ins and for session cookie handling. Can