We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f272a commit ca60d6dCopy full SHA for ca60d6d
index.html
@@ -163,21 +163,6 @@ <h5 id="warning">Incorrect username/password</h5>
163
xfbml : true, // initialize Facebook social plugins on the page
164
version : 'v2.2' // point to the latest Facebook Graph API version
165
});
166
- FB.getLoginStatus(function(response){
167
- if(reponse.status == "connected"){
168
- FB.api(
169
- "/me",
170
- function (response) {
171
- if (response && !response.error) {
172
- //console.log(response);
173
- var firstName = ""+response.first_name;
174
- var lastName = ""+response.last_name;
175
- $(".playerUsername").html(firstName);
176
- prepareGameStage();
177
- }
178
179
- );}
180
- else{ return;}
181
182
};
183
0 commit comments