The backwards method looks up the tweet which is replying to, so it works if
starting from the last tweet of the thread.
The forwards method looks for newer replies to the tweet provided. If the tweet doesn't have a reply it won't be able to find anything.
The forwards method is limited by the timeline API (See get_timeline()
).