You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am successfully able to import contacts using contacts gem in rails 3.1. However, I am not able to display contacts authentication or connection error messages in my application. It gives the following error message in new page:-
Contacts::AuthenticationError in SocialContactsController#import_contacts
I am successfully able to import contacts using contacts gem in rails 3.1. However, I am not able to display contacts authentication or connection error messages in my application. It gives the following error message in new page:-
Contacts::AuthenticationError in SocialContactsController#import_contacts
Username and password do not match
I am using
@contacts = @sites[params[:from]].new(params[:login], params[:password]).contacts
for authenticating username and password
The text was updated successfully, but these errors were encountered: