Sha256: 03bc266446bc3b6f1d3e9eb465f7a58a59b37f9fbf2c634649b500122f6bc0d8

Contents?: true

Size: 1.2 KB

Versions: 10

Compression:

Stored size: 1.2 KB

Contents

# edit this file to contain credentials for the OAuth services you support.
# each entry needs a corresponding token model.
#
# eg. :twitter => TwitterToken, :hour_feed => HourFeedToken etc.
#
# OAUTH_CREDENTIALS={
#   :twitter=>{
#     :key=>"",
#     :secret=>""
#   },
#   :google=>{
#     :key=>"",
#     :secret=>"",
#     :scope=>"" # see http://code.google.com/apis/gdata/faq.html#AuthScopes
#   },
#   :agree2=>{
#     :key=>"",
#     :secret=>""
#   },
#   :fireeagle=>{
#     :key=>"",
#     :secret=>""
#   },
#   :hour_feed=>{
#     :key=>"",
#     :secret=>"",
#     :options=>{ # OAuth::Consumer options
#       :site=>"http://hourfeed.com" # Remember to add a site for a generic OAuth site
#     }
#   },
#   :nu_bux=>{
#     :key=>"",
#     :secret=>"",
#     :super_class=>"OpenTransactToken",  # if a OAuth service follows a particular standard 
#                                         # with a token implementation you can set the superclass
#                                         # to use
#     :options=>{ # OAuth::Consumer options
#       :site=>"http://nubux.heroku.com" 
#     }
#   }
# }
# 
OAUTH_CREDENTIALS={
} unless defined? OAUTH_CREDENTIALS

load 'oauth/models/consumers/service_loader.rb'

Version data entries

10 entries across 8 versions & 2 rubygems

Version Path
le1t0-oauth-plugin-0.3.14.001 generators/oauth_consumer/templates/oauth_config.rb
le1t0-oauth-plugin-0.4.0.pre4.001 generators/oauth_consumer/templates/oauth_config.rb
oauth-plugin-0.4.0.pre4 generators/oauth_consumer/templates/oauth_config.rb
oauth-plugin-0.4.0.pre3 generators/oauth_consumer/templates/oauth_config.rb
oauth-plugin-0.4.0.pre2 lib/generators/oauth_consumer/templates/oauth_config.rb
oauth-plugin-0.4.0.pre2 generators/oauth_consumer/templates/oauth_config.rb
oauth-plugin-0.4.0.pre1 generators/oauth_consumer/templates/oauth_config.rb
oauth-plugin-0.4.0.pre1 lib/generators/oauth_consumer/templates/oauth_config.rb
oauth-plugin-0.3.14 generators/oauth_consumer/templates/oauth_config.rb
oauth-plugin-0.3.13 generators/oauth_consumer/templates/oauth_config.rb