Sha256: 15fb424405e699e728c132d138e996d15624e4cb7de21feaeeb598d969ea7ddc

Contents?: true

Size: 1.07 KB

Versions: 14

Compression:

Stored size: 1.07 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=>""
#   },
#   :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

14 entries across 14 versions & 3 rubygems

Version Path
filiptepper-oauth-plugin-0.3.11 generators/oauth_consumer/templates/oauth_config.rb
pelle-oauth-plugin-0.3.10 generators/oauth_consumer/templates/oauth_config.rb
pelle-oauth-plugin-0.3.11 generators/oauth_consumer/templates/oauth_config.rb
pelle-oauth-plugin-0.3.6 generators/oauth_consumer/templates/oauth_config.rb
pelle-oauth-plugin-0.3.7 generators/oauth_consumer/templates/oauth_config.rb
pelle-oauth-plugin-0.3.8 generators/oauth_consumer/templates/oauth_config.rb
pelle-oauth-plugin-0.3.9 generators/oauth_consumer/templates/oauth_config.rb
filiptepper-oauth-plugin-0.3.12 generators/oauth_consumer/templates/oauth_config.rb
oauth-plugin-0.3.11 generators/oauth_consumer/templates/oauth_config.rb
oauth-plugin-0.3.7 generators/oauth_consumer/templates/oauth_config.rb
oauth-plugin-0.3.6 generators/oauth_consumer/templates/oauth_config.rb
oauth-plugin-0.3.9 generators/oauth_consumer/templates/oauth_config.rb
oauth-plugin-0.3.10 generators/oauth_consumer/templates/oauth_config.rb
oauth-plugin-0.3.8 generators/oauth_consumer/templates/oauth_config.rb