splix / grails-spring-security-facebook

Facebook Authentication plugin for Grails
http://splix.github.io/grails-spring-security-facebook/index.html
Other
39 stars 35 forks source link

Use Facebook Platform Versioned URL's #70

Closed marcoscarceles closed 10 years ago

marcoscarceles commented 10 years ago

By Configuration the Plugin user can choose which version of the Facebook API to use, defaulting to the unversioned API.

Useful for testing the behaviour of the application on new versions of the Facebook Platform that will eventually become the default when using the unversioned URL (ie. for testing the impact of changes on the permissions definitions).

According to Facebook's Platform Versioning documentation

marcoscarceles commented 10 years ago

Hi @splix, I created this PR a few days ago as this functionality proved to be quite helpful for our project to test whether our site would be future-proof using facebook login. I was wondering whether you could have a look at it or if you had already and found something that you didn't like. Let me know what you think. Cheers!

splix commented 10 years ago

@marcos-carceles thank you! sorry for delay, was buzy and missed your pull request