Login using google, yahoo, msn: SocialAuth-net problem

狂风中的少年 提交于 2019-12-13 05:18:12

问题


I am using social auth-net for integration google, yahoo & msn login in asp.net 4. I am using this link for development.

On integrating there are some errors with each of the services:

  1. Google login works fine but redirects me to the homepage everytime when i gave a redirect page on the login method: oUser.Login("Google.aspx");

  2. Yahoo login works till yahoo login page but after login, is not redirected to the website, rather stucked with an //authsub... url.

  3. Msn login: Msn says that there is a problem with the site with whom you are trying to share information.

I have hosted the above demonstration page here. Kindly help!!!


回答1:


Detailed thread on these issues is available here:

http://code.google.com/p/socialauth-net/issues/detail?id=4\

Summary:

  1. Google Problem: Feature yet to be implemented
  2. Yahoo Problem: Access to profile is required
  3. MSN Problem: Likely account problem


来源:https://stackoverflow.com/questions/6299991/login-using-google-yahoo-msn-socialauth-net-problem

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!