Authentication through the canvas-attribute signed_request
[examples/facebook-app] / pom.xml
diff --git a/pom.xml b/pom.xml
index c025b24..73ce372 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,7 @@
     <!-- settings for the Graph-API -->
     <facebook.app.id>NOT_SET</facebook.app.id>
     <facebook.app.secret>NOT_SET</facebook.app.secret>
+    <facebook.app.canvas>NOT_SET</facebook.app.canvas>
   </properties>
 
   <dependencies>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.springframework.social</groupId>
+      <artifactId>spring-social-facebook-web</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework.security</groupId>
+      <artifactId>spring-security-crypto</artifactId>
+      <scope>runtime</scope>
+    </dependency>
   </dependencies>
 
   <build>