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 登录对用户进行身份验证的移动应用程序。然后,此应用程序与 RESTful php Web 服务进行通信。现在,我知道 facebook 使用 OAuth 对话框并创建了一个用户会话。我是使用 facebook 的 OAuth 令牌并授权用户会话,还是必须在我的 Web 服务中单独使用 OAuth 来管理用户会话。