Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

display authentication, connection error messages of contacts gem as errors in application. #40

Open
coolsid78 opened this issue Nov 7, 2011 · 1 comment

Comments

@coolsid78
Copy link

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

@Roshinalex4
Copy link

Having similar issue. Successfully imported contacts in localhost, but getting authentication error in Heroku app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants