LinkedIn OAuth Authentication [linkedin] module
This module is for the Play 1.x series only.
Easily integrate LinkedIn’s OAuth authentication into your Play Framework application. Currently it feeds the following fields to the application: linkedin id, first name, last name, industry, headline and oauth token (linkedin doesn’t provide email).
http://geeks.aretotally.in/projects/play-framework-linkedin-module
Written by Felipe Oliveira.
Published releases
0.2.1 | Mar 08 2011 | Documentation | Try Play |
To install locally this module use the install
command:
play install linkedin-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> linkedin {version}