简体   繁体   English

facebook登录asp.net

[英]facebook login asp.net

I'm using asp.net/vb.net for developing a web application and we have a user accounts and login etc. 我正在使用asp.net/vb.net开发一个Web应用程序,我们有一个用户帐户和登录等。

We would like to add "login with Facebook" to the website but the problem after the Facebook dialog show and the user click allow what Facebook will return? 我们想在网站上添加“登录Facebook”,但Facebook对话显示和用户点击后的问题允许Facebook返回什么? Their documentation don't show what next should be done. 他们的文档没有显示下一步应该做什么。 I've choosed that the app will return query string but I don't see them or maybe I don't know how to receive them. 我选择了应用程序将返回查询字符串但我没有看到它们或者我不知道如何接收它们。 I've put their button code and it works fine and it call the dialog. 我已经把他们的按钮代码,它工作正常,它调用对话框。

My question is what are the next step sorry I've read the documentation on their site but It don't show what to do next please direct me or guide me to the right documentation. 我的问题是下一步是什么,对不起,我已经阅读了他们网站上的文档,但它没有显示下一步该做什么,请指导我或指导我找到正确的文档。

I was in the exact same situation as you a few weeks back. 几个星期前我和你的情况完全相同。 I found a really good article on using a C# REST library called Hammock. 我发现了一篇关于使用名为Hammock的C#REST库的非常好的文章。 Check out the tutorial here: http://www2.suddenelfilio.net/2010/09/08/connect-to-facebook-using-asp-net-facebook-graph-api-hammock/ 看看这里的教程: http//www2.suddenelfilio.net/2010/09/08/connect-to-facebook-using-asp-net-facebook-graph-api-hammock/

Using Hammock, you can get the information you require from Facebook into your own application. 使用Hammock,您可以从Facebook获取您需要的信息到您自己的应用程序中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM