Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m having the exact same issue. Not getting any error messages or anything. Any help would be appreciated.

    I’m having what might be a similar problem. If I check “include retweets” I only get one. If I uncheck that, then I get several. Should be able to show tweets and retweets together, IMHO.

    Plugin Author Aaron D. Campbell

    (@aaroncampbell)

    Unfortunately, this is how Twitter’s API works. You can read it here:
    https://dev.twitter.com/docs/api/1.1/get/statuses/user_timeline

    But here is the relevant snippet regarding how many Tweets then send when you request X:
    Specifies the number of tweets to try and retrieve, up to a maximum of 200 per distinct request. The value of count is best thought of as a limit to the number of tweets to return because suspended or deleted content is removed after the count has been applied. We include retweets in the count, even if include_rts is not supplied. It is recommended you always send include_rts=1 when using this API method.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Only shows 1 Tweet’ is closed to new replies.