agorapulse / grails-facebook-sdk

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

Woring with spring-security-facebook together? #46

Closed confile closed 11 years ago

confile commented 11 years ago

Are there any problems when using your plugin and:

http://grails.org/plugin/spring-security-facebook

together?

benorama commented 11 years ago

Honestly, I don't know. We are using Shiro to secure our app.

PatrickHuetter commented 10 years ago

@confile Did you find a solution or answer for your question? I think you could use the plugins login TagLib and use a callback javascript function to deliver the auth token to your rpc service. You can save it there to your user instance.