oauth-ruby Questions

1

I am using OAuth-Ruby to do an OAuth authentication with a Tumblr application. I am able to write code that progresses through the various steps of OAuth, but I cannot get an access token or actual...
Stace asked 12/1, 2011 at 21:22

2

I found the gmail_xoauth gem, which does most of what I need, but I also need to generate the oauth tokens (consumer_key and consumer_secret) from inside Rails3. I am trying to integrate Gmail's o...
Ludwick asked 21/9, 2010 at 18:11

1

Solved

I have read the omniauth oauth rdoc @consumer = OAuth::Consumer.new(key, secret, { :site => "http://term.ie", :scheme => :header, :http_method => :post, :request_token_path => "/o...
Fortitude asked 25/11, 2010 at 9:29
1

© 2022 - 2024 — McMap. All rights reserved.