Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 facebook 登录在我的网站上工作。
但是当用户登录时,按钮保持不变,我希望它更改为用户的图像和名称。
这可以做到吗?
用户登录后,只需向“/me?fields=name,picture”发出请求,使用该数据修改 dom 并将按钮替换为用户的名称和图片。
用Graph Explorer试试这个查询。