Coder Social home page Coder Social logo

Comments (4)

mgogov avatar mgogov commented on August 18, 2024

Hi @mikeotoole,

I just spent 2-3 hrs in using this gem and I successfully imported contacts from all three vendors, so I could try to help you.

client_id is successfully sent on my side. Maybe you've messed the setup for your Google app? On my side it works both with localhost in dev mode and with the full website url in production mode.

how does your initializer looks like? the problem might also be there?

from omnicontacts.

mikeotoole avatar mikeotoole commented on August 18, 2024

My initializers is as follows:

require "omnicontacts"
Rails.application.middleware.use OmniContacts::Builder do
  importer :gmail, ENV['GMAIL_ID'], ENV['GMAIL_SECRET']
  importer :yahoo, ENV['YAHOO_KEY'], ENV['YAHOO_SECRET'], {:callback_path => '/contacts/yahoo/callback'}
end

The client id is being sent. But it is the only attribute being sent. The scope, response_type, access_type, etc. are not being sent.

Thanks for your help.

from omnicontacts.

mikeotoole avatar mikeotoole commented on August 18, 2024

My colleague was just able to get everything working on his machine. So it looks like something is going on with my development environment. I'm just going to reset all that up. Thanks I'll close this issue.

from omnicontacts.

mgogov avatar mgogov commented on August 18, 2024

Didn't help you much but glad to hear you've resolved your problem.

Cheers,
Martin

from omnicontacts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.