Tagged Questions
1
vote
1answer
24 views
re-login user with passport.js twitter login
In passport I have Twitter authentication. Everything is fine login wise. I have this code
app.get('/auth/twitter', function (req, res) {
if (req.user) {
return res.redirect('/');
}
...
0
votes
1answer
38 views
Using nTwitter with Node.js, how does one make an (Application-user authentication) rest call?
More specifically, how do I use OAuth 1.0A w/ nTwitter? Do I have to also install node-oauth or does nTwitter provide support? (I'm trying to make an HTTP GET Method req. user context using API ...
0
votes
1answer
76 views
NodeJS nTwitter Demo
Is there any sample Demo for Streaming Tweets from Twitter using nTwitter?
I have configured my access and secret keys from dev.twitter.com.
But still a fully guided Tutorial would Help
I referred ...
0
votes
2answers
148 views
Twitter Streaming API - Node.js returning unauthorised error (OAuth)
I'm attempting to connect to Twitters Streaming API over OAuth using http.get although I'm having a slight problem.
The script keeps returning unauthorised
The code I'm using follows, can anybody ...
-3
votes
1answer
77 views
In getting request token flow of OAuth, I've received “The given URL is considered malware” [closed]
I'm creating web application with node.js(10.x) and express(3.x).
And I chose the node-oauth as the twitter oauth module.
But in requesting Token, following error is returned.
{ statusCode: 401,
...
3
votes
1answer
322 views
Twitter API 1.1 OAuth Get Use Data
I read this tutorial to implement twitter oauth in nodejs (for "login with twitter" purpose) -
http://codetheory.in/how-to-use-twitter-oauth-with-node-oauth-in-your-node-js-express-application/
The ...
0
votes
1answer
251 views
Best way to setup locomotivejs with passport-twitter?
I'm trying to configure passport-twitter in my locomotive project.
The problem is that nothing happens after hitting the /auth/twitter url.
Edit: I hit the controller but twitter seems to not be ...
0
votes
0answers
107 views
twitter oauth + node.js verify_credentials API
I've got node.js server that is using oauth module.
When a customer clicks the sign in button he gets redirected to the page that handles twitter authentication and then to page that does some ...
3
votes
1answer
636 views
Posting images to twitter in Node.js using Oauth
I'm trying to post images to Twitter using the Oauth module. Here is what I have:
It throws a 403 error, I know im doing something wrong with how I add the media to the post but Im just not sure ...
0
votes
2answers
221 views
Twitter OAuth + Node + A MongoDB Collection: How to store users?
I've successfully retrieved a user's id and screen name from Twitter's oauth service, like so:
{ user_id: '12345678', screen_name: 'spencergardner' }
I am hoping to create a simple way for users to ...
2
votes
2answers
2k views
How do I setup Twitter OAuth on Node.js?
I am trying to authenticate to Twitter using the access token and secret from my account, and I don't know how to do what I thought I was doing. I am using node-oauth, but I am open to other ...
0
votes
2answers
386 views
Auth with twitter on a meteor app
Is twitter authentication on meteor js's roadmap? If not, how can I implement it?
0
votes
2answers
166 views
How to hide Consumer Secret for Twitter Oauth in open source project?
How do you hide the consumer secret for Twitter which uses Oauth in your open-source project? Do you add the secret to the code before production deployment?
This goes for secrets/passwords in your ...
5
votes
1answer
190 views
How to Twitter Authenticate with multiple hostnames from one domain using the same Twitter App?
I have two hostnames that get sent to the same IP by my DNS:
theark.info
www.theark.info
I explicitly set my callback and domain name in my Twitter App using theark.info. What is the best way to ...
1
vote
0answers
217 views
OAuth Error — SSL — Node.js
I am using Node.js and I am using a library by name node-oauth
Now when I make a request to get the requestTokens, I get the following error
[Error: 2712:error:140770FC:SSL ...