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.

JavaServer Faces (JSF) is a model-view-presenter framework typically used to create web applications. Using the standard components and render kit, stateful HTML views can be defined using JSP or Facelets tags and wired to model data and application logic.

learn more… | top users | synonyms

2
votes
0answers
133 views

FB.ui() gives errors unless display: 'popup' is specified

I'm having a really frustrating problem with displaying dialogs using FB.ui() within my Facebook app. Basically I have the following function that I use to invoke the dialog window: function ...
0
votes
1answer
155 views

How use SocialAuth with JSF to redirect?

I'm trying to use SocialAuth, the idea is very simple, click in log in with facebook then redirect the user to my website signed in. The log in part I get it, which is below : 1) /index.xhtml ...
0
votes
0answers
64 views

How to implement facebook like loading using JSF?

I have a social network project, in the home screen updates are shown from various users. The problem that I am facing is that all the updates from various users till date are shown,and its kind a ...
0
votes
1answer
144 views

Redirecto to another page with a filled form in JSF?

I'm trying to do a 'login with facebook' button, which works ok, but I would like to redirect to another page with the user data filled in a form. SocialFacebook Controller public void login(){ ...
0
votes
3answers
789 views

Can RestFB be used for 'login with facebook'? [closed]

I am new to RestFB I am planning to use it in my JSF application to develop 'login with facebook' functionality. Going through it`s tutorials and sample it looks like it is meant for fetching content ...
-3
votes
1answer
140 views

Which is the best opensource java libraries to login with Facebook & Google?

Which is the best opensopurce java libraries to integrate login with Facebook, Google etc. NOTE: if you know about the support for the specified libraries, would like to rate them based on that as ...
0
votes
0answers
151 views

session becomes NULL after redirection in case of SocialAuth libraries with JSF application?

I am using SocialAuth libraries in my JSF application for providing 'login with google/facebook'. It requires to put the SocialAuthManager object in the session and then forward the request to ...
0
votes
1answer
432 views

JSF Facebook Authentication

I'm developing an app in which I'd like to enable a user to logon using her Facebook account. I'm using RestFB(restfb.com). So far, I'm able to access the Facebook authentication API using the code ...
2
votes
1answer
266 views

How to make onclick work between div tags?

I want to call a bean function in onclick between div tag, but as far as I know one cannot simply call nonscript function in this situation. Actually I am putting an facebook like button as: <div ...
0
votes
1answer
199 views

Facebook session management using JSF

I am new to web development and I want to make a basic Facebook application using java beans, jsf and html. I have created a web-site with basic db functions and run it on Facebook successfully. How ...
0
votes
0answers
635 views

How do I use meta tags into XHTML with Facebook, Twitter and G+

I'm trying to add some facebook, g+ and twitter buttons into my app, everything works fine until I tried to customize messages into them, I mean, using this: <meta property="og:title" content="El ...
2
votes
1answer
141 views

Combining a one-time “provisioning” process with JSF?

Let me preface this by admitting that this is my first webapp and first experience with JSF, so I've probably made some poor design decisions. Here's what I'm trying to do: I have a webapp using JSF ...
0
votes
1answer
350 views

Facebook like button for Java JSF?

I am developing a Java enterprise application and I am usign JSF, mostly Primefaces. I need to put facebook like buttons. Do you know if there are any facebook like jsf components around? or something ...
0
votes
1answer
777 views

Handling sessions in JSF while working with socialauth API, for login

I have been working with social auth API in JSF, for getting an login with facebook, I dont know whether am creating a session properly. I have searched some stuffs form internet and doing it. Now i ...
1
vote
1answer
823 views

How integrate Facebook plugin with JSF 2 page?

I would like to integrate a facebook 'like' button to my page, so here is the result: <!DOCTYPE html> <html lang="pt-br" xmlns="http://www.w3.org/1999/xhtml" ...
0
votes
1answer
540 views

Facebook social plugins and JSF

I have to integrate the Facebook social plugins into a JSF application. This recommends that I add the fbml namespace to the xhtml file that it's rendered in the response. I have in my XHTML file: ...
0
votes
2answers
3k views

Creating a iframe like facebook or twitter

I'm trying to create a popup like facebook and twitter. When you click on a like button of facebook in another website besides facebook.com and you're not logged in, it opens a popup so you can log ...
0
votes
0answers
473 views

facebook connect and jsf 2+restfb

I use restfb for my application (JSF2,EJB3.1), I can do a lot of things but I'm blocked now. I do not know how integrate facebook connect ?? I have already created an application and add a test ...
7
votes
2answers
1k views

How to add custom namespace to HTML element in JSF?

I'm trying to add my custom namespace to <html> element in JSF .xhtml file (actually, this namespace is not mine, it's Facebook's): <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" ...
2
votes
1answer
795 views

Get url parameters after # in java

I am trying to get the access_token from facebook. First I redirect to facebook using an url as the following ...
4
votes
1answer
2k views

JSF and Facebook

Is it possible to integrate facebook on a jsf page? Facebook only shows examples with php, but I already have an application written in jsf. I would like the single sign-on feature and be able to get ...
3
votes
1answer
128 views

Facebook sharing feature on seam

Good morning all. I'm developing a web application, using Seam. I have the following problem: I have my site with Locale set to "en". I'm trying to share a specific page: ../pt/news.xhtml?id=8 The ...