playframework - fbconnect with java play framework -


I am using the fbconnect module in my play application but I get the following error.

File {module: fbconnect} /app/controllers/FBConnect.java could not be compiled. Raised error: play.modules.fbconnect.FBConnectPlugin can not be solved

I have downloaded fbconnect from me. The folder was changed to fbconnect and put it in

  c: / play / micropux / module   

. Dependency Put in IML

  is required: - Play - & gt; Fbconnect 0.6   

In C: /play/myproject/conf/application.config

  # Facebook Connect # ~~~~~ fbconnect.id = APP_ID Fbconnect.apiKey = API_KEY fbconnect.secret = APP_SECRET fbconnect.model = models.User fbconnect.landUrl = /   

What I'm doing wrong Fbconnect downloading and dependency.mil and application After making necessary changes in conf, I also run play dependencies.

In advance thank you

If you sign in with Facebook sign-in other networks Sign-in (such as Twitter or Google), I recommend that you take an up-to-date library in Java, the problem with the 1.x module is that the networks on which networks that communicate have network are usually older. .

I wanted to sign a Facebook and Google, and tried to use Safe Social for 1.2.4, the problem is that Google now uses Oath 2 instead of the first author. I also tried to use the source code from the forum to change the 2.0 scale securesocial module and "translate" into "java".

So I just got a Java library (which is usually uptodate), author (), and it worked perfectly well.

What did I do exactly:

  • Check the checkbook-java jitub page
  • Download fork I wanted from the thorn < Li> Make it with Maven
  • Coded to everything I need

    All the best with your app.

Comments