Skip to content

Commit

Permalink
Removed fb appId and secret
Browse files Browse the repository at this point in the history
  • Loading branch information
luanne committed Jun 20, 2012
1 parent 05effa8 commit be633a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grails-app/conf/Config.groovy
Expand Up @@ -106,6 +106,6 @@ grails.resources.modules = {
}
}

grails.plugins.facebooksdk.appId= 232544706856919
grails.plugins.facebooksdk.appId=
grails.plugin.facebooksdk.appPermissions = "user_location"
grails.plugins.facebooksdk.appSecret = 'e3f12f758c6a423d00f04029e7c60fc7'
grails.plugins.facebooksdk.appSecret = ''

0 comments on commit be633a1

Please sign in to comment.