Giter VIP home page Giter VIP logo

Comments (6)

vinitkumar avatar vinitkumar commented on June 1, 2024

@iamShantanu101 I think the issue is with your application configuration on Github. Try and change the callback url to https://fathomless-gorge-17505.herokuapp.com like how I did it for my app.

screen shot 2016-05-08 at 12 30 05 am

Also, here is the code for callback.

// my config
 github: {
      clientID: 'xxxxxysyayayay',
      clientSecret: 'yayayayyaaayayayayay',
      callbackURL: 'http://nitter.herokuapp.com/auth/github/callback'
    }

// for you it should be. 
github: {
      clientID: 'xxxxxysyayayay',
      clientSecret: 'yayayayyaaayayayayay',
      callbackURL: ' https://fathomless-gorge-17505.herokuapp.com/auth/github/callback'
    }

Let me know if this solves your issue.

from node-twitter.

ishantanu avatar ishantanu commented on June 1, 2024

Thanks! It works now. I was writing oauth2 in place of auth.

from node-twitter.

vinitkumar avatar vinitkumar commented on June 1, 2024

Cool. Closing this issue. Reopen or create a new one if you have another issue.

from node-twitter.

vinitkumar avatar vinitkumar commented on June 1, 2024

@iamShantanu101 I just checked your project on heroku. Here are couple of things I suggest you change/update.

  • Please don't use the same database URL as you will likely consume my database plan. So please change that.
  • Also, when you fork anyones project and deploy yourself try and not remove the attribution to the original author. Even if you want to add your name, try and append not replace.

I know you don't have much experience in all these things and you probably didn't do it knowingly.

Thanks!

from node-twitter.

ishantanu avatar ishantanu commented on June 1, 2024

Thanks for pointing out these things. I wasn't aware of them. However I'd like to contribute to any future node.js project.

Cheers!

from node-twitter.

vinitkumar avatar vinitkumar commented on June 1, 2024

@iamShantanu101 Great. Will let you know if I start a new project. In the meanwhile, Keep Hacking.

May the force be with you 👍

from node-twitter.

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.