 |
ขอโค้ดลืมรหัสผ่าน แล้วส่งลิงค์เข้าอีเมล เพื่อเปลี่ยนรหัสผ่าน หน่อยครับ |
|
 |
|
|
 |
 |
|
จ้างทำดีกว่ามะ
|
 |
 |
 |
 |
Date :
2015-01-11 19:27:25 |
By :
คนมักง่าย |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|

|
 |
 |
 |
 |
Date :
2015-01-12 09:45:34 |
By :
mr.win |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
ขอรหัสเฟสคืนทำไห้หน่อยนะ
|
 |
 |
 |
 |
Date :
2020-05-29 04:19:24 |
By :
เขมนิจ ถาพันธ์ |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
ขอรหัสสองยืนยันตัวตนแบบสองชั้นหน่อยครับโดนแฮกไป
|
 |
 |
 |
 |
Date :
2021-03-23 09:16:12 |
By :
watthana Sla Pim |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
<!DOCTYPE html>
<html>
<head>
<title>Facebook Login JavaScript Example</title>
<meta charset="UTF-8">
</head>
<body>
<script>
function statusChangeCallback(response) { // Called with the results from FB.getLoginStatus().
console.log('statusChangeCallback');
console.log(response); // The current login status of the person.
if (response.status === 'connected') { // Logged into your webpage and Facebook.
testAPI();
} else { // Not logged into your webpage or we are unable to tell.
document.getElementById('status').innerHTML = 'Please log ' +
'into this webpage.';
}
}
function checkLoginState() { // Called when a person is finished with the Login Button.
FB.getLoginStatus(function(response) { // See the onlogin handler
statusChangeCallback(response);
});
}
window.fbAsyncInit = function() {
FB.init({
appId : '{app-id}',
cookie : true, // Enable cookies to allow the server to access the session.
xfbml : true, // Parse social plugins on this webpage.
version : '{api-version}' // Use this Graph API version for this call.
});
FB.getLoginStatus(function(response) { // Called after the JS SDK has been initialized.
statusChangeCallback(response); // Returns the login status.
});
};
function testAPI() { // Testing Graph API after login. See statusChangeCallback() for when this call is made.
console.log('Welcome! Fetching your information.... ');
FB.api('/me', function(response) {
console.log('Successful login for: ' + response.name);
document.getElementById('status').innerHTML =
'Thanks for logging in, ' + response.name + '!';
});
}
</script>
<!-- The JS SDK Login Button -->
<fb:login-button scope="public_profile,email" onlogin="checkLoginState();">
</fb:login-button>
<div id="status">
</div>
<!-- Load the JS SDK asynchronously -->
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script>
</body>
</html>
|
 |
 |
 |
 |
Date :
2021-05-09 14:25:30 |
By :
เหียตาล |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
ขอโค้ดแฮกเฟสหน่อยคับ
|
 |
 |
 |
 |
Date :
2021-06-14 11:44:40 |
By :
โอ๊ค |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
ขอสอบถามหน่อยครับคือผมโดนแฮกเฟสไปแต่พอกู้ได้ก็ติดรหัสสองชั้นอยากจะถามว่าโค้ดนี้ใช้ยังไงหรอครับ
|
 |
 |
 |
 |
Date :
2021-07-06 17:39:11 |
By :
พีระชัย |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
|
|