Problem with using podio_rails_sample following readme.

Comments

7 comments

  • Official comment
    Casper Fabricius

    The client id, and possibly also the client secret, are not correctly setup in config/initializers/podio.rb.

    The contents of this file should be:

    Rails.application.config.middleware.use OmniAuth::Builder do
    provider :podio, "Your client ID", "Your client secret"
    end

    If I replace that with

    Rails.application.config.middleware.use OmniAuth::Builder do
    provider :podio, nil, nil
    end

    I get the same error as you describe. So clearly you haven't configured OmniAuth correctly with the podio provider. Also remember to restart your local server whenever you make changes to an initializer.

    Comment actions Permalink
  • Maciej Egermeier

    Maybe I'm not doing it the right way, but I think I followed instructions well. I would be gratefull for WORKING readme for this sample app....

    0
    Comment actions Permalink
  • Maciej Egermeier

    Thanks for answer. I'll try this.

    0
    Comment actions Permalink
  • Maciej Egermeier

    Thank you very much for your help. It works.

    0
    Comment actions Permalink
  • Thomas Bilbrey

    I'm still stuck at this part. quadruple checked my client id and client secret.

    0
    Comment actions Permalink
  • Thomas Bilbrey

    Would you mind helping me?

    0
    Comment actions Permalink
  • Casper Fabricius

    Thomas, if you have the exact same error as Maciej had there is not a lot I can add - your client id is not being passed to our API for some reason. If you have a different error, please create a new question with as many details as possible.

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk