As DotNetOpenAuth and Facebook question says, the authentication is not working with Facebook using DotNetOpenAuth v4.0.0.11165
Instead of using a previous version I was wondering if there is a way to fix it, so I am thinking in modifying the ProcessUserAuthorization
method in order to do some tweak to fix it, but I have no idea how it works.
public new IAuthorizationState ProcessUserAuthorization(HttpRequestInfo request = null)
{
return base.ProcessUserAuthorization(request);
}
Is it possible to fix modifying this method? Or is it much more complex?
Is there a way to fix it or I will have to get a previous version?