Added a second page to proof, that the connection is persisted
[examples/facebook-app] / src / main / resources / templates / home.html
index 04d9d8a..b4d0074 100644 (file)
@@ -7,6 +7,7 @@
     <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>
     </ul>
   </body>
 </html>