+++ access token คืออะไรใน facebook ++++
😋 ปกติ facebook เปิดให้เว็บ (รวมทั้งแอพ) ที่เราเขียนขึ้น
สามารถใช้ระบบ login ของ facebook ได้
ทำให้เว็บนั้นได้สิทธิเข้าถึงข้อมูลส่วนตัวของ user นั้นๆ บน facebook
....
Continue Reading+++ What is access token on Facebook ++++
😋 Facebook is usually open for web (including apps) that we write up.
Facebook login system can be used
Make that web access to user's personal information on Facebook.
.
And in many sites, we must have seen.
Just have an account on Facebook, you can log in.
No need to waste time. Fill out a new subscription.
:
In this post will quote
Using Facebook Login
Behind that success, Facebook will give away access token
So that any web can manage user login
:
Before talking about access token, let me go back to the age of 2534
When "Timberners-Lee" delivered the world's first website.
It's a common thing that human beings use to be.
:
❣ but my weaknesses.... is in the heart
Hey, it's not the weaknesses of the website.
Well it uses HTTP potocol
Which is stateless. Don't remember any status.
The meaning is that Server is very short of memory. Alzheimer's disease.
When it gets request from browser
I don't remember where it came from???
Who sent it, I can't remember anymore!!!!!
:
🤔 to solve this cuddle nha technically
He will give you a server to send session id (or session token)
Which session id is something we can't read and long
It will be sent to browser. Keep this in the cookie.
.
.. Wrong is not that cookie.. but cookies are text
Server will send session id to browser
Keep the value in cookies (keep text on browser side)
:
Programming time on server side
Like PHP when using session _ start ();
Will tell browser to collect session id in text photos such as
PHPSESSID=tqb4s5q7k25234eabbvs11dp02
(session id is a random code)
:
But if it's another language, it may be seen in other words.
E.g. JSSIONID (JAVA EE), PHPSESSID (PHP), and ASPSESSIONID (Microsoft ASP).
.
😉 Even here session id... may think it's a ID code.
:
From now on when users click on what on the web page
Browser will be kind.
Secretly sending this session id to server automatically
Make the server recover from Alzheimer's.
... I remember where the request sent this... yay yay
.
So if the request sent in
It has the same session id
It's considered the same friends.
(Computer vocabulary says these request is in the same SESSION)
.
What if it's not the same session id
It's considered that request is not the same people.
:
👉 Benefits of session id
Will be used in conjunction with login / logout mechanism
1) When user name XXX comes in, there will be a session id.
2) When another user name YY does login, there will be a session id as a different ID.
3) When both users do logout, it will expire session id.
:
Question if we went to wash all the cookies in browser what would happen?
- answer for session id will be gone.
- So who secretly login is holding this web? What is that... huhu
- I have to logout automatically for new login... So sad. Haha.
(server doesn't remember us anymore
Because browser doesn't send session id)
:
Session id sounds like good
😨 but using user / password to login will have disadvantage such as
1) Easy to hacker to sneak in session
To wear sesion id (Cross-Site Request Forgery: CSRF)
... Technically, let's not talk about it. Read it on the
2) It is a burden for server to remember the session id. What rights you have and remember other information of user etc.
3) If you want to give the same user, login different devices such as
Web is fine. Mobile phone is good... It will be more difficult. (I have to copy session)
4) and other disadvantage not mentioned
:
😘 but he has a technique to solve the way.
.
Well, use what's called "acces token"
To get access token
I have to login with user / password to exchange it.
... We have to stand in the cat before we get access token.
Then we can use it instead of login
.
Keep us from feeding user / password often
And each user will get access token. Different look alike.
When it's time for user to do logout, access token will expire immediately.
:
😙 Here access token may compare like a key
Or maybe you can see it as a ticket or a pass... It's up to the imagination.
Difference from session id is
1) access token will not be kept in cookies
2) access token will collect information that can be revealed.
e.g. user _ id, rights, expiration date
(Not a burden for server to remember these information)
:
If you use access token with login mechanism, you will see the advantages like
1) Prevent hacker from using session by Cross-Site Request Forgery (CSRF)
2) Can login from mobile phone and just use the same user.
Just giving away access token... It's like Facebook.
(Not stored in browser cookies)
3) The server can leave a hassle login / logout duty... Throw it to authenticate service outside.
4) Server doesn't need to take care of user information.
:
😀 Cut back to see login mechanism with facebook user / password
The concept is as shown in the photo that I posted. (as an example of php)
Simple summary
- user time login
- It will sneak a switch to Facebook to do login instead.
- Then Facebook will throw back access token to our web
- Then user will use it as a pass. No need to login again.
:
There are many types of access token of Facebook such as
-User Access Token
- App Access Token
- Page Access Token
-Client Token
Each type has different rights. I can't ask for deep.
:
👉 session id and access token all this story
It's a sweet, fragrant hacker. I like it very much.
If they can steal, they can wear a login user.
Then hacker will get all rights like user... done here
.
Except we logout
To make session id or access token expire
Then the hacker will be out of bogs.
:
In the user corner. Just login.
Don't mind access token behind the scenes
But if it's a #programmer, you need to be extra mindful.
Because even four feet know that the philosopher knows.
The biggest giant. Big brother like Facebook.
Still missed it. Let access token out so that it's a big news.
.
👌 So, programming
Let's be mindful about access token. Don't fall off.
Be safe from hakcker to the best
Good luck to all of you.
:
:
Written by Thai programmer thai programmer
:
+++++++++++++
Reference
1) https://developers.facebook.com/docs/php/howto/example_facebook_login?locale=th_TH
2) https://developers.facebook.com/docs/facebook-login/access-tokens?locale=th_THTranslated
同時也有32部Youtube影片,追蹤數超過2萬的網紅Arewzo,也在其Youtube影片中提到,In this video i explain about 7 things needed to know for new player/beginner! This list only in my opinion tho, maybe there will be part2 of this, wa...
「facebook server status」的推薦目錄:
facebook server status 在 Oops Banana Facebook 的精選貼文
Hello, xin chào mọi người. Hiện tại cũng gần đến Tết rồi, sang năm mới các bạn có dư định gì chưa? Còn mình và Buron sang năm mới định mở một Server Minecraft để cho các Fan vào chơi cùng. Và dĩ nhiên việc mở Server không hề đơn giản, ngoài phần quản lý, xây dựng,... thì phần quan trọng nhất là Cơ Sở Hạ Tầng, tức tụi mình phải thuê VPS, thuê Server riêng để đặt máy chủ,... và các thứ khác.
Nên mình đăng status này để kêu gọi mọi người, bạn nào muốn ủng hộ cho tụi mình thì hãy đóng góp một ít tiền, để tụi mình có thể thuê Server và triển khai dự án này sau dịp Tết. Của ít lòng nhiều, tùy lòng hảo tâm, các bạn có thể đóng góp 50k, 100k hay gì đó tùy vào khả năng mỗi người.
Và dĩ nhiên những bạn đóng góp mình sẽ ghi nhận lại tất cả, và đưa những bạn đó vào một Group Kín hay còn gọi là Group Bí Mật của mình, để khi nào mình quay clip game, Minecraft, hoặc gì đó, thì sẽ mời các bạn vào Co-op chung,
và dĩ nhiên các bạn sẽ được lên Tivi rồi :v
Để đóng góp các bạn có thể gửi cho mình các loại thẻ cào như: GATE, Vinaphone, Mobiphone, Viettel. (Mình khuyên các bạn nên gửi thể GATE), qua địa chỉ Facebook cá nhân hoặc Skype của mình:
Facebook cá nhân: https://www.facebook.com/phamvanduit
Skype: oopsbanana
Sau khi mình nhận được thông tin thẻ cào, mình sẽ add các bạn vào Group Kín đó :D
P/s: Thời gian không giới hạn ^_^, đủ kinh phí là sẽ thuê VPS hoặc Server để đặt máy chủ ^_^
facebook server status 在 Arewzo Youtube 的精選貼文
In this video i explain about 7 things needed to know for new player/beginner! This list only in my opinion tho, maybe there will be part2 of this, want to suggest something in part2?
Or suggest/comment something about this video? Just comment!
I get some info from toram forum, about the player status, but i forgot the link to the thread, can anyone tell me the link? I only can show toram forum link:
https://www.toramonline.com
Some additional explanation because i cannot add them in this video, it will be so long:
Weapon atk: https://youtu.be/OKWuMsYg6-M
Atk calculation: https://youtu.be/o5IlBdeYfjM
Critical calculation: https://youtu.be/EDJiZbufHfk
Critical rate: https://youtu.be/Sg_DwvFG5Mo
Critical damage: https://youtu.be/waXjZt8MNJM
Accuracy Useless: https://youtu.be/mNz_euV2V-M
Refine calculation:
https://youtu.be/WfSlyG4RkH4
Refine guide:
https://youtu.be/YGG7KmyXVmk refine 0 ~ B
https://youtu.be/ZWUgi4SRlWU refine B ~ S
https://youtu.be/JDqe0De8avE refine B
https://youtu.be/xPB1YLHf0e8 refine S
Stargem: https://youtu.be/9P9SKKGEzIw
Proration: https://youtu.be/tKLVbqsYIHg
Special boss proration: https://youtu.be/h6CKBcWSR5o
Stability 100% for all weapon:
https://youtu.be/IwWljKUPGy4
For dual sword, atk and stability: https://youtu.be/aWDsNQWc_-Q
Or if you need any other information about toram, you can just search it in youtube, and add my name in it, probably i already upload about that, if no then just ask in comment section! Thanks xD
#ToramOnline #BeginnerGuide #NewPlayer
______________________________________________
My Discord Server:
https://discord.gg/AEzmEVB
Social media slow respond
My social media:
Facebook: Arewzo www.facebook.com/det.arewzo (add friend before message)
Twitter: arewzo www.twitter.com/arewzo
Discord: Arewzo#9427
Instagram: arewzo18

facebook server status 在 Arewzo Youtube 的精選貼文
This time i play another survival battleground game, it's just CBT for now, and really exciting, we need to pick heroes first and and we need to activate the skill first before we can use the skill, we can gather equip, leveling up, looting and bossing just like in rpg game!
Title: Eclipse Isle
Language: English
Download size: 696mb
Total size: 1.08GB
Type: ONLINE
Genre: Survival
VPN: NO
Download Link: https://play.google.com/store/apps/details?id=com.netease.eclipseisle
Status: CBT (Not Released)
Device for Test: Samsung Galaxy S8+
______________________________________________
My Discord Server:
https://discord.gg/AEzmEVB
Social media slow respond
My social media:
Facebook: Arewzo www.facebook.com/det.arewzo (add friend before message)
Twitter: arewzo www.twitter.com/arewzo
Discord: Arewzo#9427
Instagram: arewzo18

facebook server status 在 Sonic & Snake Youtube 的最讚貼文
記得加入我地既Discord Server留低問題或遊戲, 可能會feature係下一集「問乜S?」環節架!
● Discord Server: https://discord.gg/8M6fRPW
===Timestamp===
1:44 Marvel's Spider-Man for PS4
8:10 Playstation Classic
17:05 Telltale Games shutting down
20:07 Mysterious photo by Russo Brothers
https://twitter.com/Russo_Brothers/status/1042411495072645120
25:26 「問乜S?」遊戲世界中最強角色?
30:54 「問乜S?」鐵血戰士vs異形
===============
我們逢星期一至五11:00pm-12:30am在Twitch直播打機!大家記得來收看啦!
Twitch直播台:http://www.twitch.tv/sonicmaximillian
如果你們喜歡這段片, 請分享和按LIKE支持我們啦!
► Donate to support us!: https://youtube.streamlabs.com/sonicsnakegames
● Email: sonic@vs-media.com
● Facebook Page: https://www.facebook.com/SonicAndSnake
● TwitchTV: http://www.twitch.tv/sonicmaximillian
● Instagram: http://instagram.com/sonicmaximillian
● Steam: http://steamcommunity.com/id/SonicMaximillian
● RC群組: 2098280
