ruby Developr

Online archive of ruby developer related lists

Oauth-ruby topics

Thread Replies Last post by Updated on
what's the approach to use for defining a controller to needing an oauth token?
...what's the approach to use for defining a controller to needing an oauth token? that is separately to the concept of having an "before_filter :authenticate_user!" for authentication (via devise), how...
1 greghauptmann 2012-Feb-14 05:02
OAuth gem versus oauth-plugin?
...Would someone be able explain the difference between this gem, and the oauth-plugin? In terms of building a rails application, when/why would you use this gem versus the oauth-plugin? On top of this...
1 greghauptmann 2012-Feb-09 13:02
Problem with :proxy option
...Hello, I tried to use the linkedin gem through an authenticating proxy at work. It failed. I did my best through debugging (I'm new at ruby) and I seem to have trace the problem up to the following...
1 Nicolas Stampf 2012-Feb-03 20:02
Where do 2-Legged Credentials Go?
...I'm writing an application that is an OAuth 2-legged provider to a single client application. I have installed the oauth gem and plugin and generated my controllers. In the controller I want to prot...
3 Jeff S. 2012-Feb-03 20:02
How to change Request-Header for OAuth Request?!
...Hey there, I'm kinda new to this whole OAuth-Thing and am trying to Access the discogs-api via an OAuth-Authentification. But this is only possible, when I enable "Accept-Encoding: gzip" in the Heade...
1 Jochen 2011-Dec-01 15:12
NoMethodError: undefined method `stub_request'
...I was trying to run the tests for oauth-ruby and receiving the error "NoMethodError: undefined method `stub_request'" in about 7 places. Turns out the version of webmock in Gemfile.lock was pretty o...
2 Alex Chaffee 2011-Dec-01 15:12
Rspec authentication to test provider controllers
...Hi, has anyone an example code for me how to authenticate with RSpec so I can test my provider controllers. Can't get it to work since my upgrade to the latest gem. Thx -- You received this message...
1 Chris 2011-Nov-28 07:11
How can I use PLAINTEXT signature?
...Can't seem to find much documentation on this. It seems when I set :signature_method the only option that works is "HMAC-SHA1". Anything else I want (plaintext) and I get an OAuth::Signature::Unknown...
1 Chris Varenhorst 2011-Oct-06 22:10
OAuth::RequestProxy::UnknownRequestType with Rails 3
...I've been using the OAuth gem with Rails 3 and I kept running into this error especially when testing with rspec: OAuth::RequestProxy::UnknownRequestType In case anyone else has the same problem ther...
1 Justin 2011-Oct-05 20:10
issue with request token and event machine
...Hi all I have to use oauth with event machine and I'm trying to figure out how to do that. I see there's an extension to em-http-request HttpClient, but the way I understood it I already have to have...
1 Marcelo Diniz 2011-Sep-16 19:09
Confused about client application keys vs. consumer keys
...I have the following rails code (derived from http://www.bencurtis.com/2010/03/testing-an-oauth-provider-in-your-rails-app/), which works: <pre apiurl = 'http://localhost:3001' # create a local cli...
1 Adam Fields 2011-Sep-12 22:09
Using oauth with a pre-obtained access token
...Hi I'm using omniauth with google openid hybrid solution on my application, and I'm able to retrieve the final access token + secret for the user. I've tried to sign the requests to google myself, but...
2 adam klein 2011-Sep-12 00:09
signing file uploads
...Hi, I am trying to upload a file (image) to my Rails server which is running the oauth gem. Every time I try I get back a 401, Invalid Oauth Request. I have other requests working properly (GET, PU...
6 Simon 2011-Jul-08 07:07
OAuth2 and WePay
...Does anyone have any experience with WePay. I am new to oAuth and need help in integrating it as a consumer on my site. -- You received this message because you are subscribed to the Google Groups "...
1 Q 2011-Jul-02 17:07
oauth gem + mobile app?
...So I'm tasked with adding a web services API to our Rails 3 app. I've hooked up the oauth gem to our homebrew authentication code. Can someone walk me thru the process for how a mobile app might work...
1 MPatterson 2011-Jun-28 17:06
OAuth gem v0.4.5
...Its been a while everyone, thanks to the community we have a new release with a number of bug and documentation fixes. === 0.4.5 2011-06-25 * Add explicit require for rsa/sha1 (Juris Galang) * Use w...
1 Aaron Quint 2011-Jun-25 20:06
2-legged OAuth
...I'm having trouble getting this code working with oauth-ruby: require 'oauth' # make the consumer out of your secret and key consumer = OAuth::Consumer.new(consumer_key, consumer_secret, ...
4 doki_pen 2011-Jun-25 17:06
bye
...Cao Jia Mobile: 13811757930 Email: JerryCircle@gmail.com Website: http://caojia.info -- You received this message because you are subscribed to the Google Groups "OAuth Ruby" group. To post to this ...
1 JerryCircle 2011-Jun-21 13:06
No query string?
...Hi all, When I make the following token request to twitter I get a 401 Not Authorized response: @consumer = OAuth::Consumer.new( twitter_oauth_key, ...
1 tedsuo 2011-Jun-17 13:06
Consumer with login in using external provider
...Hi, I'm trying to build an OAuth Consumer that doesn't require user registration and provide a way to login using an external OAuth provider. For example, some sites allow you to login using Facebook...
1 Rami 2011-Jun-11 16:06