-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vkontakte provider and example of usage #170
base: master
Are you sure you want to change the base?
Conversation
What do think about my pull request? |
Hi! thanks, its a awesome works :) |
@@ -118,6 +118,8 @@ object ApplicationBuild extends Build { | |||
name := appName + "-social", | |||
libraryDependencies += "com.typesafe.play" %% "play" % playVersion % "provided", | |||
libraryDependencies += "com.typesafe.play" %% "play-ws" % playVersion % "provided", | |||
libraryDependencies += "com.fasterxml.jackson.module" % "jackson-module-scala_2.10" % "2.7.2", | |||
libraryDependencies += "net.minidev" % "json-smart" % "1.0.9", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you introduce jackson and json-smart?
I want to decrease dependent libraries as possible.
Would you use play-json instead of it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok I'll try :)
fixed |
Did you check my fix ? |
Hello, I need this changes for my site. I want to delete providers package from my code and use it from your lib. Where can you accept them and merge? |
Hi, what about my pull request? |
Vkontakte. vk.com is a most popular social network in Russia and countries of post USSR.
More than 340 millions users.