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.
Grails is a web application framework that uses Groovy and Java. The framework is oriented around high-productivity application development, and uses common Java technologies such as Hibernate and Spring.
0
votes
1answer
36 views
Grails social plugins for facebook give error response after user authenticate application
I am new to grails and i am trying to add facebook plugin to my web application. i have successfully(as i believe) installed plugins and addED necessary code in my application. I followed the ...
0
votes
0answers
28 views
Facebook sdk logout
I am using facebook javascript sdk ko authenticate user in my website that I build using Grails 2.1.2. I used the following code to logout user from my application
FB.logout(function(response) {
...
0
votes
0answers
71 views
grails spring security facebook redirect uri
Do we need any special configuration when running tomcat behind apache?
I have my grails app running on tomcat 8080 behind apache on port 80. When
I do facebook login it fails with the following ...
0
votes
0answers
18 views
Spring security facebook cookie
I am using spring security facebook to integrate my grails application with facebook. I the age of cookie to be 1 month, but currently the age of cookie is as the age of session. So, after a session ...
0
votes
1answer
120 views
Grails Facebook Authentication plugin does not open FB auth page
I'm trying to use Grails Facebook Authentication plugin.
My goal is to use the Server Side Authentication, which is the default one.
As per the docs
It's preferred and a standard Login for ...
1
vote
1answer
199 views
Grails Facebook Login using spring security - how to know logged in user name
In a Grails application, with spring security facebook plugin, when user logs in, how can the application get actual facebook user name so that the home page can display the logged in user name?
-2
votes
1answer
89 views
Facebook API in Grails App [closed]
I add facebook login posibility in my grails app, but how I can do that, e.x. if user write some comment to the some post in my site, this comment will apear in the facebook wall, or e.x. if I publish ...
1
vote
2answers
233 views
Bootstrap a grails app with dummy data when spring security facebook is involved
I've created a grails app that uses spring security to allow a user to authenticate via facebook, and I can successfully print out the facebook username onto one of the views, so thus far I don't have ...
0
votes
1answer
109 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
121 views
Using spring-security-facebook grails plugin from an android app
I have been using spring-security-facebook grails plugin in a website and it works like a charm.
In fact, it works so well, that I haven't had to dig too much into how it works and that's probably ...
0
votes
1answer
187 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 ...
0
votes
1answer
87 views
Grails Facebook Login deployed on cloud foundry doesn't work
I have the grails application integrated and redirects working well with facebook plugin. I deployed my grails application on cloud foundry, the facebook redirect doesn't work. The http traffic shows ...
0
votes
2answers
86 views
Why do I get a 403 when trying to get a user's facebook profile pic info from glassfish? [closed]
I've been having an issue in our app since last week (1/3/13) where we're getting a 403 response code when trying to get information about a facebook user's profile picture. (I want to get just the ...
0
votes
0answers
91 views
How do I set a remember me cookie for custom auth action in spring security (Grails)?
Using grails with spring security I have a custom auth action for a facebook login. The Auth action contains
def target = facebookContext.getLoginURL(
...
0
votes
1answer
120 views
spring-security-facebook plugin grails - logout
I am playing with the grails spring security facebook plugin which is made easy to connect to application using facebook login. I have some questions on logout and redirection on login.
When I ...
1
vote
2answers
222 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
0answers
204 views
Fetching user connections to pages using RestFB not returning values
I'm using grails with RestFB to write a facebook canvas/page application. After obtaining a valid access token using the oauth login process, I try to fetch the user connection to pages in order to ...
1
vote
1answer
160 views
How can I internationalize meta og tags to be parsed correctly by Facebook?
I have a grails application with meta og tags like this:
<meta property="og:description" content="${message(code:'description')}"/>
The message properties works fine for i18n if the user's ...
1
vote
1answer
107 views
grails spring security facebook login error
Have no idea why this happened, it worked two weeks ago. Here is the exception log:
No signature of method: xxxxx.UserInfo.findAllByEmail() is applicable for argument types: () values: []
...
0
votes
0answers
126 views
restfb: get page picture
I am trying to get the Page picture. However it always comes back as null. Am i doing something wrong?
FacebookClient facebookClient = new DefaultFacebookClient(accessToken)
def page = ...
0
votes
1answer
111 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
2answers
209 views
Facebook Graph API post displaying some message charchters incorrectly
I'm attempting to post a message to a users wall using the facebook graph api.
https://graph.facebook.com/me/feed
Charchters like å, ä or ö would display incorrectly with symbols like ���...
I used ...
1
vote
1answer
305 views
Grails spring-security-facebook plugin's accessToken
I'm using the spring-security-facebook plugin for authentication. It works well, now I'm trying to use some functions of spring-social-facebook that needs authorization. From my controller, where can ...
1
vote
2answers
206 views
Redirect to another page with JavaScript
Im developing a webapp for Android and iPhone. I need the "share in facebook" functionality, and i know i can use the url "http://www.facebook.com/sharer/sharer.php?u=", appending the url to that to ...
0
votes
0answers
368 views
Grails App Using Grails Facebook Plugin
I am working on a Grails project. I wanted to add a Facebook "Send" button to a view but it's like only rendering one time. When I load the view, the send button is there. But when I reload the page, ...
0
votes
1answer
238 views
grails+spring-security-facebook listen to login success event
im a newbie both in spring security and spring-security-facebook and in an app that we are building we have to couple them.Everything is working well i will need to know the way to listen to the ...
2
votes
1answer
152 views
Grails Facebook Plugin - How to Handle Invalid User
I am using the wonderful Grails Facebook Plugin and things are working alright. The problem comes from the fact that I provide another way to authenticate: forms authentication. If there is already a ...
1
vote
1answer
168 views
spring-security-facebook, s2-init-facebook not generating the Default Dao
I have installed spring-security-facebook to a test grail application. This was done after installing spring-security-core and running s2-quickstart.
I am just a novice and was trying to integrate ...
0
votes
2answers
299 views
Facebook Connect Problems With Grails
I am trying to use the Grails Facebook Authentication plugin but am running into problem. I have (I believe) successfully installed the plugin, put a facebook connect control on a page, and ran the ...
2
votes
1answer
215 views
Grails: Difference in behavior between run-war and run-app
I am using the FB cookie and trying to decode it into json, the code looks similar to this
def value = cookie.value
String[] tokens = value.split('\\.')
String decodeToken = new ...
0
votes
1answer
431 views
Grails: spring-security-facebook plugin and login page integration
I have been trying out the spring-security-facebook plugin and so far its been smooth. I am able to use the facebook login button and have also created the FacebookAuthService for some custom ...
0
votes
2answers
608 views
Post on facebook wall from server instead of client app
I have been working on an iphone app (with client-server communication) that connects to facebook via fConnect. The facebook authentication and other communication is being handled at iphone app and ...
0
votes
2answers
211 views
Grails - Linkedin user as Spring security user
I was wondering if someone has experience with linkedin authentication in his grails application.
A user should login with his linkedin credentials (in the future twitter, facebook etc.) and I would ...
0
votes
1answer
175 views
spring security facebook error with session
am using spring security Facebook 0.6 , am able to get user authentication from facebook but when user tries to access my application then it shows error as follows
2012-02-16 11:06:22,376 ...
-1
votes
2answers
256 views
Login with Facebook in grails, error accessing app after login
I want to provide login with Facebook functionality in my app
I am using spring security core, spring security ui and spring security facebook in my grails app. It is allowing me to login using with ...
0
votes
1answer
204 views
Spring-Security-Facebook Plugin, Facebook login error
I installed Spring-Security-Facebook Plugin in my app, and got the Login button in my login page.
When I am clicking on the login with Facebook button it is redirecting to ...
0
votes
1answer
235 views
How to post a Facebook Score?
All I want is to do a POST like this:
You can post a score or a user by issuing an HTTP POST request to /USER_ID/scores with the app access_token as long as you have the publish_actions permission.
...
0
votes
1answer
286 views
Sending a file throught a Post with HTTPBuilder in Grails
I am developing a Facebook Application an i wanna send a video file from myServer to Facebbok User`s Timeline. This is the page with the explanation ...
1
vote
1answer
788 views
Grails Spring security facebook plugin sample FacebookAuthDAOImpl
I started looking at this plugin for facebook integration in grails 2.0 apps. I ran through he setup instructions listed and got a sample app working....for the most part.
I'm having problems ...
1
vote
2answers
503 views
Grails Facebook-Graph Plugin Oauth2
We have been using the Grails Facebook-graph plugin for a while now - it has been working perfectly until earlier this month when FB apparently turned off their old authentication scheme, and ...
1
vote
1answer
348 views
Grails: JSON.parse() Error on Linux - Works on Windows - stumped
I'm working on some Facebook OAuth 2.0 code to fix a current plugin. I'm 99 percent completed, but when I deployed my code to Linux it does not work (developed on Windows).
The error I'm getting is:
...
2
votes
1answer
2k views
Grails - Spring Security / Social - Facebook plugin setAccessToken and getAccessToken
I just got done walking through the install instructions on this page:
http://grails.org/plugin/spring-security-facebook
I choose AuthUser for the User domain object name and AuthRole as my Role ...
3
votes
2answers
316 views
Which facebook-plugin is the right one for perfect facebook integration in grails 1.3.7?
I have a grails 1.3.7 project with spring security installed. Now i want some facebook features. Until today i don't use spring security for the users login, it's only to secure my backend for the ...
0
votes
1answer
254 views
Grails integration testing facebook graph plugin
I'm using http://www.grails.org/plugin/facebook-graph to get user profile, but I'm stuck to test from controllers. Anybody could advice me how to mock or test facebook session in integration testing?
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
332 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
704 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 ...
2
votes
3answers
1k views
Render a page in grails without html and body tag
I want to render a page in grails without a <html>, <head> and <body> tag, I just want DIV and tables.
I want to integrate this page in my Facebook page and the requirement of ...
2
votes
1answer
365 views
How to implement a ilike Facebook system without user authentication and still prevent users from cheating?
I am trying to implement something done in almost any website out there : a 'ilike' button (like Facebook) that does not require user authetication to be used for any article of my website written in ...
0
votes
1answer
499 views
DO I need to create a custom authentication provider for facebook connect + spring security in grails?
Do I need to write a custom authentication provider to use facebook connect with account registration + authorization for the Spring Security plugin in Grails? I am trying to offer the traditional ...

