diff --git a/examples/example.php b/examples/example.php
index 4c22fa96..645adf2b 100644
--- a/examples/example.php
+++ b/examples/example.php
@@ -1,4 +1,9 @@
getLogoutUrl();
} else {
- $statusUrl = $facebook->getLoginStatusUrl();
$loginUrl = $facebook->getLoginUrl();
}
@@ -77,10 +81,6 @@
Logout
-
Login using OAuth 2.0 handled by the PHP SDK:
Login with Facebook
diff --git a/readme.md b/readme.md
index e85bee89..4c920778 100644
--- a/readme.md
+++ b/readme.md
@@ -7,7 +7,13 @@ See the [Facebook Developers](https://developers.facebook.com/docs/php/) site
-----
-Facebook PHP SDK (v.3.2.3)
+-----
+
+-----
+
+-----
+
+Facebook PHP SDK (v.3.2.3) (DEPRECATED)
The [Facebook Platform](http://developers.facebook.com/) is
a set of APIs that make your app more social.