Link to home
Start Free TrialLog in
Avatar of cgray1223
cgray1223

asked on

Facebook Connect for Java Web Application Login

Hello,

I've search around and I'm a bit confused as the best approach to allow facebook users access to my website using facebook connect. My web site is written in Java and I'm using Spring Security. Everything out there (spring social, facebook-java-api...etc) all seems somewhat implemented but doesn't provide examples to do the below, any ideas?  I just want to provide a sign up and login using facebook credentials.

-provide facebook connect button that lets user auth with their facebook credentials and then have it callback to a java service within my application so that I can create a user record in my database.
ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cgray1223
cgray1223

ASKER

leakim971, do you have the source for the fbrell.com/auth/all-in-one?  I was interested in how the Facebook Connect button is created.  Some examples have you use the cross domain file..etc.  I couldn't learn that from viewing the html source...thanks for the help!
Check this page : http://developers.facebook.com/docs/guides/web/

<fb:login-button>Login with Facebook</fb:login-button>

Open in new window