Skip to content

Commit 192be2f

Browse files
committed
updating demoApp App ID
1 parent e8a2531 commit 192be2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/demoApp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ angular.module('facebookUtilsDemo', ['facebookUtils', 'ngRoute'])
22
.constant('facebookConfigSettings', {
33
'routingEnabled' : true,
44
'channelFile' : 'channel.html',
5-
'appID' : '203909256468237'
5+
'appID' : '629661603722657'
66
})
77
.config(function($routeProvider) {
88
$routeProvider.when('/', {

0 commit comments

Comments
 (0)