• Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
AnonyViet - English Version
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
AnonyViet - English Version
No Result
View All Result

Instructions for taking full -right token with the latest script in 2019

AnonyViet by AnonyViet
September 4, 2025
in Tips
0

After the shocks about Facebook being hacked, leaking user information. This social network has decided to be more strict about security. After Facebook constantly updated to prevent token, we no longer have F12 and get the Facebook token as before.

Join the channel Telegram belong to Anonyviet 👉 Link 👈

In the past, taking tokens was done very easily. Just open Browser Console (F12). Then search the phrase AEEXXX It is possible to find the token. But after this Facebook security update, it seems that this way no longer works.

What is the token and what role does the user account?

Token is invented to serve the protection of user accounts, online transactions protection. Knowledge about it a lot. So I can’t say all in an article. I will summarize the concept of tokens for you to understand more.

Token is also understood as a form Electronic signature To authenticate users. This data will be encoded into a series of words and numbers. Every time the user is going to do something related to security is carefully checked by the server system.

The purpose is to identify users, this user cannot take or use the other user’s products. The actual example is that in online transactions, each transaction process must check the token carefully to verify customers.

Instructions for Get Token full authority

Get iPhone token full authority

Step 1: Open the Bookmark Bar on the browser with a key combination Ctrl + Shift + B

Step 2: Right -click on the Bookmarks Bar bar select Add Page

Add page bookmark

The screen will display the content you need to create a bookmark:

  • Name: Name as you like. Example: Get Tooken iPhone Full Rights
  • URL: paste the code below and press Save

javascript: var email = prompt("Nhập tài khoản:", "username/email/sđt");
var password = prompt("Nhập password:", "pass");
var url = "https://b-graph.facebook.com/auth/login?email=" + email + "&password=" + password + "&access_token=6628568379|c1e620fa708a1d5696fb991c1bde5662&method=post";
var win = window.open(url, '_blank');
win.focus();

Step 3: Visit Facebook.com and click on Bookmark ”Get Tooken iPhone full power ”.

Enter the username and password of the account to get iPhone token is done.

Watch the video tutorial of author Tut Hieu Pham Doan:

https://www.youtube.com/watch?v=zt7mnilfkgc&fbclid=IWAR1X_HLW4TWCF9mm_93NQ4UVCJRDMSZ8QACWYLL9TW2BzuLVLPT5JFy

Take full -right token with Instagram

Access Link to grant the right for Instagram. Choose to continue under the name … until the end.

Then open the console interface by pressing F12 or combination Ctrl + Shift + C.

Switch the window to the console tab as above, then paste the JavaScript section below and press Enter.

javascript:var uid = document.cookie.match(/c_user=(\d+)/)[1],dtsg = document.getElementsByName("fb_dtsg")[0].value,http = new XMLHttpRequest,url = "//www.facebook.com/v1.0/dialog/oauth/confirm",params = "fb_dtsg=" + dtsg + "&app_id=124024574287414&redirect_uri=fbconnect://success&display=page&access_token=&from_post=1&return_format=access_token&domain=&sso_device=ios&_CONFIRM=1&_user=" + uid;http.open("POST", url, !0), http.setRequestHeader("Content-type", "application/x-www-form-urlencoded"), http.onreadystatechange = function() {if (4 == http.readyState && 200 == http.status) {var a = http.responseText.match(/access_token=(.*)(?=&expires_in)/);a = a ? a[1] : "Failed to Get Access Token.", prompt("Token", a);}}, http.send(params);

Get full -power token 2019 need user and pass

You need to enter E-mail and Password In the first 2 lines, then copy the code to the console in F12.

Code of the author dieudv At GitHub:

var email = "youremail";
var password = "yourpassword";

var BASE_URL = "https://api.facebook.com/restserver.php";
var API_SECRET = "62f8ce9f74b12f84c123cc23437a4a32";
var md5 = function(d){result = M(V(Y(X(d),8*d.length)));return result.toLowerCase()};function M(d){for(var _,m="0123456789ABCDEF",f="",r=0;r>>4&15)+m.charAt(15&_);return f}function X(d){for(var _=Array(d.length>>2),m=0;m<_.length;m++)_[m]=0;for(m=0;m<8*d.length;m+=8)_[m>>5]|=(255&d.charCodeAt(m/8))<>5]>>>m%32&255);return _}function Y(d,_){d[_>>5]|=128<<_%32,d[14+(_+64>>>9<<4)]=_;for(var m=1732584193,f=-271733879,r=-1732584194,i=271733878,n=0;n>16)+(_>>16)+(m>>16)<<16|65535&m}function bit_rol(d,_){return d<<_|d>>>32-_};

var data = {
    "api_key": "882a8490361da98702bf97a021ddc14d",
    "email": email,
    "format": "JSON",
    "locale": "vi_vn",
    "method": "auth.login",
    "password": password,
    "return_ssl_resources": 0,
    "v": "1.0"
};

var str = "";
for (var key in data){
    if (data.hasOwnProperty(key)) {
        str += key + "=" + data[key];
    }
}
str += API_SECRET;
var sig = md5(str);
data["sig"] = sig;
var params = "";

for (var key in data){
    if (data.hasOwnProperty(key)) {
        params += "&" + key + "=" + data[key];
    }
}

var url = BASE_URL + "?" + params;
var win = window.open(url, '_blank');
win.focus();

Update to the full right token without importing pasword

(Disabled)

Use the code below and paste it into the console in F12

javascript:var uid = document.cookie.match(/c_user=(\d+)/)[1],dtsg = document.getElementsByName("fb_dtsg")[0].value,http = new XMLHttpRequest,url = "//www.facebook.com/v1.0/dialog/oauth/confirm",params = "fb_dtsg=" + dtsg + "&app_id=124024574287414&redirect_uri=fbconnect%3A%2F%2Fsuccess&display=page&access_token=&from_post=1&return_format=access_token&domain=&sso_device=ios&_CONFIRM=1&_user=" + uid;http.open("POST", url, !0), http.setRequestHeader("Content-type", "application/x-www-form-urlencoded"), http.onreadystatechange = function() {if (4 == http.readyState && 200 == http.status) {var a = http.responseText.match(/access_token=(.*)(?=&expires_in)/);a = a ? a[1] : "Failed to Get Access Token.", prompt("Token", a);}}, http.send(params);

In the school, the code cannot be used, you take the following steps:

Step 1: Access this link: http://bit.ly/2TLLQK0
Step 2: Click approve the granting
Step 3: Back and perform the steps on the user manual.

Code for HTC token

(Disabled)

var uid = document.cookie.match(/c_user=(\d+)/)[1],
    dtsg = document.getElementsByName("fb_dtsg")[0].value,
    http = new XMLHttpRequest,
    url = "//www.facebook.com/v1.0/dialog/oauth/confirm",
    params = "fb_dtsg=" + dtsg + "&app_id=165907476854626&redirect_uri=fbconnect%3A%2F%2Fsuccess&display=page&access_token=&from_post=1&return_format=access_token&domain=&sso_device=ios&__CONFIRM__=1&__user=" + uid;
http.open("POST", url, !0), http.setRequestHeader("Content-type", "application/x-www-form-urlencoded"), http.onreadystatechange = function() {
    if (4 == http.readyState && 200 == http.status) {
        var a = http.responseText.match(/access_token=(.*)(?=&expires_in)/);
        a = a ? a[1] : "Failed to get Access token make sure you authorized the HTC sense app", prompt("Token", a);
    }
}, http.send(params);

Code for iPhone token

(Disabled)

var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
var http = new XMLHttpRequest;
var data = new FormData();
data.append('fb_dtsg', fb_dtsg);
data.append('app_id', '165907476854626');
data.append('redirect_uri', 'fbconnect://success');
data.append('display', 'popup');
data.append('access_token', '');
data.append('sdk', '');
data.append('from_post', '1');
data.append('private', '');
data.append('tos', '');
data.append('login', '');
data.append('read', '');
data.append('write', '');
data.append('extended', '');
data.append('social_confirm', '');
data.append('confirm', '');
data.append('seen_scopes', '');
data.append('auth_type', '');
data.append('auth_token', '');
data.append('default_audience', '');
data.append('ref', 'Default');
data.append('return_format', 'access_token');
data.append('domain', '');
data.append('sso_device', 'ios');
data.append('__CONFIRM__', '1');

http.open('POST', 'https://www.facebook.com/v1.0/dialog/oauth/confirm');
http.send(data);
http.onreadystatechange = function(){
if(http.readyState == 4 && http.status == 200){
    var token_ios = http.responseText.match(/access_token=(.*?)&/)[1];
    var http2 = new XMLHttpRequest;
    http2.open('GET', 'https://b-api.facebook.com/restserver.php?method=auth.getSessionForApp&format=json&access_token='+token_ios+'&new_app_id=6628568379&generate_session_cookies=1&__mref=message_bubble');
    http2.send();
    http2.onreadystatechange = function(){
    if(http2.readyState == 4 && http2.status == 200){
        var json_token_iphone = JSON.parse(http2.responseText);
        var access_token = json_token_iphone.access_token;
        prompt('Token Iphone', access_token);
    }
    }
}
}

Press Enter and tokens will be returned immediately.

Instructions to get full token full facebook with script

Facebook token is very important for your account. And the use of this full Facebook token to do is depending on you.

Like Fanpage or follow Website To quickly update good posts.

Wish you success.

Frequently asked questions

How to get Facebook token is still working?

The method of taking tokens by searching for the “AEEXXX” string in Browser Console (F12) as before was no longer effective because Facebook updated security.

Can I use the script provided in the article to get tokens on all devices?

The article provides different scripts for iPhone and Instagram. The effectiveness of these scripts may vary depending on the privacy policy of Facebook and Instagram at the time of use. There is no 100% operating guarantee.

Does taking Facebook tokens violate the privacy policy?

The access and use of others’ tokens without permission may violate Facebook’s privacy policy and legal provisions on personal information protection. Consider carefully before implementation.

Previous Post

Instructions for creating 3D Figure model with Gemini

Next Post

Personal Facebook connection steps with Shopee Affiliate

AnonyViet

AnonyViet

Related Posts

How to create 3D photos online to post on Facebook without photoshop
Tips

How to create 3D photos online to post on Facebook without photoshop

September 5, 2025
Instructions for receiving 1 year Perplexity Pro for free worth $ 200
Tips

Instructions for receiving 1 year Perplexity Pro for free worth $ 200

September 5, 2025
Instructions for creating 3D Figure model with Gemini
Tips

Instructions for creating 3D Figure model with Gemini

September 3, 2025
Beautiful trendy font for you to “turn” the word often into separate substances
Tips

Beautiful trendy font for you to “turn” the word often into separate substances

September 3, 2025
How to register Office 365 Education for free (Office 365 ProPPUS + 5TB OneDrive)
Tips

How to register Office 365 Education for free (Office 365 ProPPUS + 5TB OneDrive)

September 3, 2025
Tips

How to use Toolkit for FB to find a group without admin to gain the right

September 2, 2025
Next Post
Personal Facebook connection steps with Shopee Affiliate

Personal Facebook connection steps with Shopee Affiliate

0 0 votes
Article Rating
Subscribe
Login
Notify of
guest

guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

Recent News

How to create 3D photos online to post on Facebook without photoshop

How to create 3D photos online to post on Facebook without photoshop

September 5, 2025
Instructions for receiving 1 year Perplexity Pro for free worth $ 200

Instructions for receiving 1 year Perplexity Pro for free worth $ 200

September 5, 2025
Personal Facebook connection steps with Shopee Affiliate

Personal Facebook connection steps with Shopee Affiliate

September 5, 2025
Instructions for taking full -right token with the latest script in 2019

Instructions for taking full -right token with the latest script in 2019

September 4, 2025
How to create 3D photos online to post on Facebook without photoshop

How to create 3D photos online to post on Facebook without photoshop

September 5, 2025
Instructions for receiving 1 year Perplexity Pro for free worth $ 200

Instructions for receiving 1 year Perplexity Pro for free worth $ 200

September 5, 2025
Personal Facebook connection steps with Shopee Affiliate

Personal Facebook connection steps with Shopee Affiliate

September 5, 2025
AnonyViet - English Version

AnonyViet

AnonyViet is a website share knowledge that you have never learned in school!

We are ready to welcome your comments, as well as your articles sent to AnonyViet.

Follow Us

Contact:

Email: anonyviet.com[@]gmail.com

Main Website: https://anonyviet.com

Recent News

How to create 3D photos online to post on Facebook without photoshop

How to create 3D photos online to post on Facebook without photoshop

September 5, 2025
Instructions for receiving 1 year Perplexity Pro for free worth $ 200

Instructions for receiving 1 year Perplexity Pro for free worth $ 200

September 5, 2025
  • Home
  • Home 2
  • Home 3
  • Home 4
  • Home 5
  • Home 6
  • Next Dest Page
  • Sample Page

©2024 AnonyVietFor Knowledge kqxs hôm nay xem phim miễn phí 8XBET trang chủ new88 https://kubet88.yoga/

No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office

©2024 AnonyVietFor Knowledge kqxs hôm nay xem phim miễn phí 8XBET trang chủ new88 https://kubet88.yoga/

wpDiscuz
0
0
Would love your thoughts, please comment.x
()
x
| Reply