meteor-twitter-api icon indicating copy to clipboard operation
meteor-twitter-api copied to clipboard

How to authenticate a user?

Open michaelrokosh opened this issue 11 years ago • 2 comments

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?

michaelrokosh avatar Jul 31 '14 12:07 michaelrokosh

I use accounts-ui to log in via Twitter and save accessTokenSecret and accessToken to mongo database.

michaelrokosh avatar Jul 31 '14 12:07 michaelrokosh

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?

gdiab avatar Aug 15 '14 22:08 gdiab