aboutsummaryrefslogtreecommitdiffstats
path: root/public/partials/login.html
blob: f3dd614c5ca2eda2960421d1f18de10f9de05b74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<h1>{{title}}</h1>

<!--
  Below we include the Login Button social plugin. This button uses
  the JavaScript SDK to present a graphical Login button that triggers
  the FB.login() function when clicked.
-->

<fb:login-button scope="public_profile,email,user_friends" onlogin="checkLoginState();">
</fb:login-button>

<input type="button" onclick="logout()" value="logout"></input>

<div id="status">
</div>