Paulo Oliveira
Paulo Oliveira
#39 seems very similar to this, so I don't know if it's duplicated, if it his. Sorry about that. So, I have encountered a problem if I set a cookie...
I configured my OAuth1 Strategy just like the following example and edited the inside of the `verify` callback to print more information: ``` js passport.use(new OAuth1Strategy({ requestTokenURL: 'https://www.example.com/oauth/request_token', accessTokenURL: 'https://www.example.com/oauth/access_token',...
Trying to follow every single guide or walkthrough on this, I could not found where I set the URL for the "get data/profile" step. I'm using this module to connect...
I have done some changes on `UI.coffee` (and on the templates too) to disable some features on Sidebar and Timeline. And everytime I add an Node to container this appears...
Hi, I am a newbie in Node.js / ThreeNodes.js, and would like some help to better understand how you use the "require" in ThreeNodes.js. As I understand it, the ThreeNodes.js...