Sha256: bf26b2f96d8d1b1d06f097ac05711bec9066b4c7f5e40da148f088984ff15f26
Contents?: true
Size: 1.28 KB
Versions: 3
Compression:
Stored size: 1.28 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=>"", # :allow_login => true # Use :allow_login => true to allow user to login to account # }, # :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
3 entries across 3 versions & 2 rubygems