Social login

Hi All,

I started a new project with vaadin 7 and I realized that the oauthbuttons plugin (https://vaadin.com/directory#addon/oauth-buttons) is not compatible with version 7.

I rally really want to use the facebook login function in my application.
I used google, but I did not find any useful information about it.

Could you send me a working solution or a how-to about facebook login with vaadin 7?

Thank you.

I think it is not so hard work to code it without the plugin.
Look to this lib https://github.com/fernandezpablo85/scribe-java
I hope I can help you with this.

Thank you!
Today I will try it and I will tell you my result.

I am using org.scribe.oauth.OAuthService.
It is working very well.