Skip to content

Instantly share code, notes, and snippets.

View darkanthey's full-sized avatar

DarkAnthey darkanthey

View GitHub Profile
@darkanthey
darkanthey / fboauthakka.scala
Created September 14, 2011 20:36 — forked from buka/fboauthakka.scala
Connecting Facebook OAuth with Akka REST...
/**
* Garrick Evans
* 29 Dec 2010
*/
import akka.http._
import akka.actor._
import net.smartam.leeloo.client._
import net.smartam.leeloo.client.request.OAuthClientRequest
import net.smartam.leeloo.client.response. {OAuthAuthzResponse, GitHubTokenResponse}