当前位置:网站首页>Google/facebook third party login
Google/facebook third party login
2022-07-16 08:13:00 【lyricist 】
Developer Platform Configuration
google:
https://console.cloud.google.com/apis/credentials?project=academic-elixir-353301
Configuration tutorial : https://developers.google.com/identity/sign-in/web/sign-in
Use jsonwebtoken The library will token Decrypt the mailbox
faceboock:
https://developers.facebook.com/apps
Configuration tutorial : https://segmentfault.com/a/1190000023063891
Get user information :
// After login authorization user Information request email
window.FB.api(
`/${
googleUser.authResponse.userID}?fields=id,name,email,picture&access_token=${
googleUser.authResponse.accessToken}`,
function (response) {
console.log('Successful login for: ', response);
}
);
Back end processing flow
https://developers.facebook.com/docs/graph-api/overview
get request facebook Effectiveness of interface verification
curl -i -X GET \
"https://graph.facebook.com/USER-ID?access_token=ACCESS-TOKEN"
matters needing attention
stay facebook In the Developer Platform , When the application mode is in development ,localhost Third party login can also be performed in the local environment , It can only be used after going online https The domain name of the agreement
https://www.cnblogs.com/flying–pig/p/15437553.html
边栏推荐
- Service对象创建和使用
- 简单的canvas动画原理
- Daily question brushing record (22)
- 深度揭秘阿里云函数计算异步任务能力
- Kubernetes Dashboard
- Create eks cluster on AWS
- ELECTRA
- Review of linear algebra knowledge: rank of matrix, norm of matrix, condition number of matrix, eigenvalue and eigenvector of matrix
- LeetCode 735 行星碰撞[栈 模拟] HERODING的LeetCode之路
- Axelar: what is moonbeam? What can be built on moonbeam?
猜你喜欢

深度揭秘阿里云函数计算异步任务能力

UI自动化测试从此告别手动下载浏览器驱动,建议收藏
![[machine learning] summary of machine learning modeling and parameter adjustment methods](/img/48/0e5b263bac755012337e0d7764221f.jpg)
[machine learning] summary of machine learning modeling and parameter adjustment methods

EasyCVR国标协议接入设备,设备在线、通道却不在线的原因是什么?

Execute methods or events after loading the interface in MVVM

程序人生 | 如何转行软件测试?(附软件测试学习路线图)

Wechat applet development - (VIII) canvas drawing graphics

ui文件转换为py文件方法

ELECTRA

Kube apiserver access
随机推荐
canvas注意细节
【u-boot】u-boot Sandbox编译构建和使用总结
突然宣布解散!
L2:Optimism和Arbitrum的比较
无心剑英汉双语诗005.《浮生若云》
Wechat applet development - (VIII) canvas drawing graphics
Leetcode 454. 四数相加 II
JS Foundation: JS empty array element minimalist code example
TFIDF sklearn code call
手动切换scan
How to disable shutter raisedbutton
小程序毕设作品之微信教室预约小程序毕业设计(6)开题答辩PPT
Remember that the app did not respond to UI automation once
Cocoscreator animation and particles move according to the painting path
Prism modularization
The boss recruited a tester with 6 years of experience, which let me see what the ceiling is
Full Permutation next_ Permutation() function
51单片机智能家居环境检测 烟雾温度GSM短信提示报警器(原理图+程序+仿真+PCB)
如何用 SQL 提取字符串中的字母
cocoscreator动画与粒子根据绘制路径移动