chok / sfMelodyPlugin

Allow to communicate with many services(google, yahoo...) throw OAuth
MIT License
45 stars 21 forks source link

Multiple Keys and Secrets for same provider with multiple domains #50

Open richrosa opened 12 years ago

richrosa commented 12 years ago

I'm using sfMelody for a website that has different domains and Facebook configurations. This is setup in a database based on the particular organization who is using the application.

Is there an easy way to provide credentials to sfMelody from the database or in the application space instead of the configuration files?

Thanks.