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

Twitter API wrapper using OAuth1Binding of Meteor Twitter Service

Results 7 meteor-twitter-api issues
Sort by recently updated
recently updated
newest added

Hello , I am getting strange error while running any function other than search ! ``` var stwit = twitter.search('QUERY') ``` is returning the query results . and : publicTimeline...

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...

I am trying to run the example on my mac, but it looks like a path is incorrect because of some kind of recursion. Here is the error message I...

It's a bit unclear for a first-time user if this package enables a Meteor app to use the Twitter API (like https://github.com/subhog/meteor-twit) or if it enables a user logged in...

Works like the `.follow` method, but in reverse.

Meteor 0.6.5 requires pacakge exports to be declared. Added in a way that should be backwards compatable with pre-0.6.5 too. "Since Geoff's big email, we simplified the way that exports...