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 注册表单从我的网站注册时,我应该收到签名的请求。我不知道在哪里寻找它。任何答复将不胜感激。我在 Google App Engine 中使用 Python,我只是想知道签名请求的发送位置。
当用户在 facebook 上登录完成后,您的应用将收到 POST 请求。请参阅一些有用的博客文章,例如 this和this