Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
ANNOUNCE: OAuth Ruby Gem 0.3 released
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Pelle Braendgaard  
View profile  
 More options Jan 25, 6:49 pm
From: Pelle Braendgaard <pel...@gmail.com>
Date: Sun, 25 Jan 2009 15:49:29 -0800
Local: Sun, Jan 25 2009 6:49 pm
Subject: ANNOUNCE: OAuth Ruby Gem 0.3 released
This is the community barn fixing release of the OAuth Gem. The
primary purpose of this release is to fix all the little issues people
have discovered while actually using OAuth in the real world.

A concerted effort has also been made to create much better testing of
all the low level operations, such as encoding, normalization etc.
There are much improved tests that follow the spec closely.

There is also a new oauth command line utility, which makes it easy to
test oauth requests from your shell.

The official home page of the ruby library is:

http://oauth.rubyforge.org/

The main git repository is:

http://github.com/pelle/oauth/tree/master

Many people have been involved in this release, here are the primary
contributors and the changelog:

== 0.3.0

* Support ActionController::Request from Edge Rails (László Bácsi)
* Correctly handle multi-valued parameters (Seth)
* Added #normalized_parameters to OAuth::RequestProxy::Base (Pelle)
* OAuth::Signature.sign and friends now yield the RequestProxy instead of the
  token when the passed block's arity is 1. (Seth)
* Token requests are made to the configured URL rather than generating a
  potentially incorrect one.  (Kellan Elliott-McCrea)
* Command-line app for generating signatures. (Seth)
* Improved test-cases and compatibility for encoding issues. (Pelle)

Thanks to all

Pelle

--
http://agree2.com - Reach Agreement!
http://extraeagle.com - Solutions for the electronic Extra Legal world
http://stakeventures.com - Bootstrapping blog


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Messina  
View profile  
 More options Jan 25, 7:04 pm
From: Chris Messina <chris.mess...@gmail.com>
Date: Sun, 25 Jan 2009 16:04:45 -0800
Local: Sun, Jan 25 2009 7:04 pm
Subject: Re: [oauth-ruby] ANNOUNCE: OAuth Ruby Gem 0.3 released

Blogged:
http://blog.oauth.net/2009/01/25/oauth-ruby-gem-03-released/

Chris

--
Chris Messina
Citizen-Participant &
 Open Web Advocate-at-Large

factoryjoe.com # diso-project.org
citizenagency.com # vidoop.com
This email is:   [ ] bloggable    [X] ask first   [ ] private


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Johnny Kwan  
View profile  
 More options Jan 28, 10:46 pm
From: Johnny Kwan <joh...@stepcase.com>
Date: Thu, 29 Jan 2009 11:46:43 +0800
Local: Wed, Jan 28 2009 10:46 pm
Subject: Re: [oauth-ruby] ANNOUNCE: OAuth Ruby Gem 0.3 released
Might like to update the official home page, as well as it's still
showing 0.2.7.

The consumer example is also a bit off, or at least I had to change to
the following to get it to work:

@request_tok...@consumer.get_request_token
session[:request_token]=@request_token.token
session[:request_token_secret]=@request_token.secret
redirect_to @request_token.authorize_url

@request_token = OAuth::RequestToken.new(@consumer,
session[:request_token], session[:request_token_secret])
@access_token=@request_token.get_access_token
@photos=@access_token.get('/photos.xml')

Thank you everyone for making 0.3.1.

JK

--
Johnny Kwan                                     Stepcase Limited
joh...@stepcase.com                             http://www.stepcase.com
The next level in Productivity                  http://www.lifehack.org

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google