diff --git a/auth/facebook/login.html b/auth/facebook/login.html
index 9f84108..48deb09 100644
--- a/auth/facebook/login.html
+++ b/auth/facebook/login.html
@@ -39,7 +39,7 @@
cookie : true, // enable cookies to allow the server to access
// the session
xfbml : true, // parse social plugins on this page
- version : 'v2.8' // use graph api version 2.8
+ version : 'v3.0' // use graph api version 2.8
});
// Now that we've initialized the JavaScript SDK, we call