oauth-ruby
Google Calendar Data API Integration
We\'re using Oauth to grab Calendar event data. I have succ开发者_高级运维essfully authorized the token and exchange it for an access token. When I perform a get request to the API endpoint I get a pa[详细]
2023-02-04 08:05 分类:问答Getting an Access Token with OAuth-Ruby and Tumblr API (Rails 3)
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 actually m[详细]
2023-02-03 18:13 分类:问答issue with yql (yahoo api's) using oauth
i am using oauth_util.rb ( https://gist.github.com/383159 ) and my YQL query is \"select * from search.termextract where context=\\\"#{text}\\\"\"[详细]
2023-01-30 11:12 分类:问答How to get the "oauth access secret" for a connection to the soundcloud api
I am new to using APIs of Websites. But since a long time I wanted to learn this and today started with the simple example of how to access information from soundcloud. Here is the code of the simple[详细]
2023-01-26 18:40 分类:问答Using Ruby + OAuth to access Yelp API
I just getting started with OAuth, and I tried to make a small client to connect to some webservices... I tried twitter and it worked like a charm, however, I also tried to access Yelp V2 API (followi[详细]
2023-01-24 13:55 分类:问答Two-legged OAuth Provider Ruby
Does anyone know of any examples of a two-legged Oauth provider in ruby? Preferably one done using the oauth gem.[详细]
2023-01-22 23:26 分类:问答Ruby OAuth Nightmare: Using Contacts API
I\'ve been spending the last few days banging my head against the wall on supporting the ability to add a contact to the Google Contacts API in my Rails 3 application. Despite many false starts, I\'ve[详细]
2023-01-19 06:00 分类:问答How do I connect to Gmail's IMAP server using oauth in Rails3?
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.[详细]
2023-01-17 05:04 分类:问答OAuth Provider Service and Rails 3
I am trying to look into开发者_StackOverflow中文版 setting up an OAuth Provider Server with Rails 3 but can\'t seem to find anything out there to accomplish this.[详细]
2023-01-16 04:31 分类:问答oauth2 and trusted sites
is there any possibility to work with trusted sites (for example - sites of one developer) us开发者_StackOverflow中文版ing oauth/oauth2 without confirmation of access to user data? What are you lookin[详细]
2023-01-14 08:13 分类:问答