agorapulse / grails-facebook-sdk

Facebook SDK Grails Plugin
http://agorapulse.github.com/grails-facebook-sdk/guide
30 stars 13 forks source link

Channel file content is wrong? #30

Closed confile closed 11 years ago

confile commented 11 years ago

The default content of the channel file ist

<script src='//connect.facebook.net/en_US/all.js''>

The facebook documentation says it should be:

 <script src="//connect.facebook.net/en_US/all.js"></script>

I think the first quotes are wrong and there is no closing js tag.

Do you have a spelling error in the quotes?

benorama commented 11 years ago

Check my answer here : https://github.com/benorama/grails-facebook-sdk/issues/28