YAFLogo

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
8 years ago
Does the auth.aspx file exist in the root folder`?
Mikael
  • Mikael
  • 51.8% (Neutral)
  • YAF Forumling
8 years ago
Yes, and it works great with Google and Twitter authentication.
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
8 years ago
What error message are you getting, any event log entries?
KoosMos
  • KoosMos
  • 51.8% (Neutral)
  • YAF Forumling Topic Starter
8 years ago
Here is the log :

Error while trying to login or register the facebook user

System.ArgumentNullException: Value cannot be null.

Parameter name: Email cannot be null.

at YAF.Providers.Utils.ExceptionReporter.ThrowArgumentNull(String providerSection, String tag)

at YAF.Providers.Membership.YafMembershipProvider.GetUserNameByEmail(String email)

at YAF.Core.Services.Auth.Facebook.LoginOrCreateUser(HttpRequest request, String parameters, String& message)

at YAF.Auth.HandleFacebookReturn()

theanh3112
7 years ago
I have the same error with you, but i cannot resolve, anyone help us?
duc hoai nguyen
7 years ago
I have the same error . anyone help us ?

Thanks

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
7 years ago
The problem is when the user hides the email address. Yaf throws an error because the email address is needed for the account.

in the next version there will be a warning message instead of the error screen.

duc hoai nguyen
7 years ago
In this case , can the user register with the forum account ?

Thanks

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
7 years ago

In this case , can the user register with the forum account ?

Thanks

Originally Posted by: duc hoai nguyen 

Yes the user can register normal without facebook.