I am trying to create an application that will allow a user to log in and join the group. When joining a group and successfully entering the user, a list of specific items will be presented for that group.
Currently, I am trying to use Twitter as an instrument of authorization and I have a problem. I am seeing Twitterisizer and the Colorshahr all day without any luck, some examples of this problem Which are related to architecture: ASP .NET MVC2, I can not understand how I will implement it, using the controller etc. Authority performance
Thank you, the total newbie Kevin on this.
You want to create a custom subscription provider This is a good tutorial for how to do this:
There is a lot more detail in your tutorial, but what you need to do basically is a new class that comes from system. Web. Override Security Subscribing Provider and
Valid User method. In that method, you will call the Twitter login code from my last reply and return true or false to success. When you are authorized to authorize ASP.NET to use your custom subscription provider, web.config's
& lt; Membership / & gt; The section will need to be modified.
Comments
Post a Comment