Skip to content
This repository has been archived by the owner on Jul 22, 2018. It is now read-only.

liftmodules/facebook

Repository files navigation

Facebook Lift Module

This module provides integration with Facebook.

Lift 2.6.x for Scala 2.9 and 2.10:

"net.liftmodules" %% "facebook_2.6" % "1.3"

Lift 2.6.x for Scala 2.11.x:

"net.liftmodules" %% "facebook_2.6" % "1.3-SNAPSHOT"

Lift 2.5.x for Scala 2.9 and 2.10:

"net.liftmodules" %% "facebook_2.5" % "1.3"

Lift 3.0.x for Scala 2.10:

"net.liftmodules" %% "facebook_3.0" % "1.3-SNAPSHOT"

Documentation

NB The module package changed from net.liftweb.ext_api.facebook to net.liftmodules.ext_api.facebook in May 2012. Please consider this when referencing documentation written before that date.

Notes for module developers