meteor-twitter-api
meteor-twitter-api copied to clipboard
How to authenticate a user?
Hi there. I still receive the same errors while trying to get user's followers/followings:
Exception while invoking method 'getFollowings' Error: Failed to send OAuth1 request to https://api.twitter.com/1.1/followers/ids.json?user_id=2191158542. failed [401] {"errors":[{"message":"Could not authenticate you","code":32}]}
I'm confused. Can you help me a little?
I use accounts-ui to log in via Twitter and save accessTokenSecret and accessToken to mongo database.
I don't want to have to use a popup to auth users. Is there another way, using this package, to auth the user in the same window?