Skip to content

Commit

Permalink
Minor docs improvement around login service configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
avital committed Nov 14, 2012
1 parent e5769d7 commit ea3afdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/client/api.html
Expand Up @@ -1306,6 +1306,10 @@ <h2 id="accounts_api"><span>Accounts</span></h2>
manually in the `Accounts.loginServiceConfiguration` collection. For manually in the `Accounts.loginServiceConfiguration` collection. For
example: example:


// first, remove configuration entry in case service is already configured
Accounts.loginServiceConfiguration.remove({
service: "weibo"
});
Accounts.loginServiceConfiguration.insert({ Accounts.loginServiceConfiguration.insert({
service: "weibo", service: "weibo",
clientId: "1292962797", clientId: "1292962797",
Expand Down

0 comments on commit ea3afdb

Please sign in to comment.