Rishikant181/Rettiwt-API

rettiwt.user.followed() got tweets from people I don't follow

Closed this issue · 5 comments

const rettiwt = new Rettiwt({
  apiKey: 'xxxx'
});
const result = await rettiwt.user.followed();

When I write this, I get tweets from people I don't follow, and each request returns something different.
I couldn't get the right data like I could on the web.

I think the problem is with the Rettiwt-Core library.
Maybe should use HomeLatestTimeline api.

It's an oversight on my part. I made an error while documenting the endpoint in Postman. Working on it now.

The endpoint for followed timeline should have been .../HomeLatestTimeline instead of .../HomeTimeline.

Fixed #567

@spencer17x Please update to v3.1.1

Fixed #567

@spencer17x Please update to v3.1.1

Nice bro.Thanks.