Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

A Grails plugin is a self-contained bundle of functionality that can be installed into a Grails application.

learn more… | top users | synonyms

0
votes
1answer
108 views

spring security facebook plugin (Grails) web service access

I am quite new to Grails and the plugin usage. right now I am trying to build restful services using grails. I need some kind of authentication for user so for that I am using spring-security-facebook ...
0
votes
1answer
186 views

Grails spring-security-facebook plugin - Customizing client-side authentication

I am using spring-security-facebook:0.10.4 to integrate Facebook authentication for SSO in our Grails application. One of our requirements is to allow a user to turn SSO on or off (via some control in ...
1
vote
2answers
218 views

How does Grails spring security rememberMe on custom auth?

I use grails spring security with a custom auth method for facebook authentication: def auth() { ... } When I check the cookie in my browser I can see that the cookie lifetime is finished when ...
0
votes
1answer
108 views

How to post an image to a Facebook wall using Grails

I am using the grails facebook-sdk plugin to connect and post to facebook. To publish a message to a user's wall I use: def publishMessageResponse = facebookClient.publish("me/feed", ...
0
votes
1answer
205 views

Grails facebook graph plugin to check session in every controller

I'm using grails and facebook graph plugin for the user registration. However, instead of checking facebook session in every action and controller. Is there a better way to check the session before ...
0
votes
1answer
331 views

spring security problem using grails

I am new to grails and spring security plugin core , but i am facing a problem of ERROR GrailsExceptionResolver - a different object with the same identifier value was already associated with the ...
0
votes
2answers
701 views

Facebook Connect Plugin and Grails Issue

Not sure how to begin troubleshooting this issue. I followed the exact instructions on this page - http://www.grails.org/Facebook+Connect+Plugin Are the instructions on this page correct? or missing ...