You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@westurner currently we scrape the data since we want to avoid our users having to generate oAuth tokens. So basically this would be an option that we need to pass to our scraper: https://github.com/christianv/twittery
Because the scraper would provide those properties. If you prefer to go through the API you could e.g. always write your own service - e.g. twitterAuthenticatedService.js which would consume an API token.
An indication of retweets would be helpful.
https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=twitterapi&include_rts=1&count=2
The text was updated successfully, but these errors were encountered: