English 中文(简体)
我们能否使用有访问标记的 URL 来登录浏览器中的 Facebook?
原标题:Can we use URL with access token to login Facebook in Browser

在登录自己的Android App(使用 Facebook SDK) 的Facebook后, 用户必须再次登录浏览器中的Facebook。

我们能否使用有访问标记的 URL 到浏览器登录的Facebook?

也许像这样 *www.facebook.com? access_token=xxxxx*

任何建议都行,多谢

最佳回答

否, 您不能使用 user s access_ token 登录到 Facebook。 如果允许的话, 这将是主要的安全问题!

access_token 注定要应用(使用 >Debug工具 来更深入地挖掘与它相关的数据),只有允许访问特定应用程序 access_tok 才允许访问允许访问数据用户的应用程序 access_token 属于...

您最好使用 < a href=> https:// developmenters.facebook. com/docs/mobile/android/building/ #sso" rel=“nofollow” >Single- Sign-On (SSO) 这样验证流程就可以通过本地的Facebook应用程序传递, 这并不能真正帮助您验证浏览器中的用户, 但允许您跳过用户证书的输入, 从而登录您的应用程序 。

问题回答

暂无回答




相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Remotely authenticating client Windows user on demand

Suppose I am writing a server for a particular network protocol. If I know that the client is running on a Windows machine, is it possible for my server to authenticate the Windows user that owns the ...

Role/Permission based forms authorizing/authentication?

While looking into forms authorizing/authentication, I found that it is possible to do role based authorizing by adding an array of roles to a FormsAuthenticationTicket. That way I can write User....

热门标签