Turning the app into a pure Facebook-App
[examples/facebook-app] / src / main / webapp / thymeleaf / home.html
index f7649e5..cd6148f 100644 (file)
@@ -6,7 +6,6 @@
   <body>
     <h1>Hello, <span th:text="${user.name}">Some User</span>!</h1>
     <ul>
-      <li><a href="connect/facebookConnected.html" th:href="@{/connect/facebook.html}">Show connection-status</a></li>
       <li><a href="profile.html" th:href="@{/profile.html}">Show public profile-data</a></li>
       <li><a href="#" th:href="@{/h2-console}">Connect to the H2-console</a></li>
     </ul>