Skip to content
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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

rurikovich
Copy link

Vkontakte. vk.com is a most popular social network in Russia and countries of post USSR.
More than 340 millions users.

@rurikovich
Copy link
Author

What do think about my pull request?

@gakuzzzz
Copy link
Member

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",
Copy link
Member

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?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok I'll try :)

@rurikovich
Copy link
Author

fixed

@rurikovich
Copy link
Author

Did you check my fix ?

@rurikovich
Copy link
Author

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?

@rurikovich
Copy link
Author

Hi, what about my pull request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants