【发布时间】:2017-06-23 10:11:59
【问题描述】:
我正在为 Xamarin.Android 使用 azure facebook 身份验证,但我无法在 facebook 的 Valid OAuth redirect URIs 字段中找到要放入的内容?感谢您的帮助
【问题讨论】:
标签: azure xamarin oauth xamarin.android azure-mobile-services
我正在为 Xamarin.Android 使用 azure facebook 身份验证,但我无法在 facebook 的 Valid OAuth redirect URIs 字段中找到要放入的内容?感谢您的帮助
【问题讨论】:
标签: azure xamarin oauth xamarin.android azure-mobile-services
在 facebook 的 Valid OAuth redirect URIs 字段中输入什么?
请尝试在有效的 OAuth 重定向 URI 中输入 your application URL + /.auth/login/facebook/callback。 Chapter 2 - Authentication Social Authentication 由 Adrian Hall 撰写,展示了配置和添加移动应用身份验证的详细步骤,请阅读。
【讨论】: