adamwynne / twitter-api

Async io interface to all the twitter APIs
372 stars 64 forks source link

statuses mentions timeline always return 0 #57

Closed jatejeda closed 7 years ago

jatejeda commented 9 years ago

Before anything else, great job!! Very helpful indeed, Adam.

Well, I have tried it with several users and no matter what always return 0 statuses (I have tried users which have mentions for sure)

adamwynne commented 9 years ago

Hi Arturo

Have you tried just getting the authed user timeline?

regards Adam

On Sat Nov 22 2014 at 2:42:07 AM Arturo Tejeda notifications@github.com wrote:

I have tried it with several users and no matter what always return 0 statuses (I have tried users which have mentions for sure)

— Reply to this email directly or view it on GitHub https://github.com/adamwynne/twitter-api/issues/57.

juxtin commented 9 years ago

@jatejeda: According to Twitter's docs, this endpoint returns mentions for the authenticated user, so you can't use it to look up an arbitrary user's mentions.

When I try (statuses-mentions-timeline :oauth-creds (make-test-creds)), I get the expected result -- the last 20 mentions of my own account.

chbrown commented 7 years ago

Closing due to inactivity / insufficient information. It appears jatejeda was expecting results contrary to the documented behavior of the Twitter API GET statuses/mentions_timeline endpoint. So, something to take up with Twitter, if desired, not this library's fault :)