We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a2531 commit 192be2fCopy full SHA for 192be2f
demo/demoApp.js
@@ -2,7 +2,7 @@ angular.module('facebookUtilsDemo', ['facebookUtils', 'ngRoute'])
2
.constant('facebookConfigSettings', {
3
'routingEnabled' : true,
4
'channelFile' : 'channel.html',
5
- 'appID' : '203909256468237'
+ 'appID' : '629661603722657'
6
})
7
.config(function($routeProvider) {
8
$routeProvider.when('/', {
0 commit comments