Skip to content

Commit

Permalink
Adding vk to CLIENT_ID_ALL #289
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSwitch committed Jul 29, 2015
1 parent c9c600b commit f2cf6c8
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions demos/client_ids.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,11 @@ var FLICKR_CLIENT_ID = {
'adodson.com' : '8d7cfb86e6d6bfab49579c3bfdb95796'
}[window.location.hostname];

// join.me Register - https://developer.join.me
var JOINME_CLIENT_ID = 'myenm7aw34dbgejhuw4sv8zz';
var VK_CLIENT_ID = {
'local.knarly.com' : '5001721',
'adodson.com' : '5001721'
}[window.location.hostname];


// To make it a little easier
var CLIENT_IDS_ALL = {
Expand All @@ -99,10 +102,10 @@ var TUMBLR_CLIENT_ID = {
'adodson.com' : 'BHKkYCvKt33lL34iM1yWUhkYRw1lqwifbKKTfgh5FAX5uBzzxn'
}[window.location.hostname];

var VK_CLIENT_ID = {
'local.knarly.com' : '5001721',
'adodson.com' : '5001721'
}[window.location.hostname];

// join.me Register - https://developer.join.me
var JOINME_CLIENT_ID = 'myenm7aw34dbgejhuw4sv8zz';


//
// OAUTH PROXY
Expand Down

0 comments on commit f2cf6c8

Please sign in to comment.