Skip to content

dragade/PlayLinkedIn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlayLinkedIn

This is a simple example webapp written using the Play! framework, scala, and the LinkedIn developer APIs.

The app also uses scribe-java to handle the oauth flow.

  • Be sure to edit ApiKeys.scala and fill in the apiKey and secretKey you obtain from http://developer.linkedin.com, otherwise the app won’t work*

Installation

To create the Eclipse .classpath and .project file:
$ play eclipsify PlayLinkedIn

(I’ve found that the intellij files created by Play didn’t work, so I create the .classpath and then import into IntelliJ as an external project.)

Note: You need to get your API keys from http://developer.linkedin.com
and edit the ApiKeys.scala file.

This has garbage values which will fail to compile currently.

Running
play run PlayLinkedIn

then go to http://localhost:7000

The debug port is 7002.

About me

LinkedIn: http://www.linkedin.com/in/dragade
Twitter: http://twitter.com/dragade

About

simple Play! framework webapp showing how to use the LinkedIn Developer APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published