diff --git a/README.md b/README.md index 718bc81..ce7b858 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,8 @@ scraper.Logout() 150 requests / 15 minutes +`TweetDetail` endpoint requires auth, so `TweetResultByRestId` endpoint used instead when auth not provided. Which doesn't return `InReplyToStatus` and `Thread` tweets. + ```golang tweet, err := scraper.GetTweet("1328684389388185600") ```