Open spencer17x opened 2 months ago
Let me check that out and I'll get back to you.
It might be that the .user.following
method does not arrange the tweets chornologically, as is done the web-app, so the latest tweet might not be the first in the returned response, but might be further down below. Can you confirm this?
It might be that the
.user.following
method does not arrange the tweets chornologically, as is done the web-app, so the latest tweet might not be the first in the returned response, but might be further down below. Can you confirm this?
Ok, thanks, I'll try
It might be that the
.user.following
method does not arrange the tweets chornologically, as is done the web-app, so the latest tweet might not be the first in the returned response, but might be further down below. Can you confirm this?
I tried, found that there is no message below, there will be a lost message problem
When i use
.user.followed()
, sometimes i can't get the latest tweet.