react-tweet
react-tweet copied to clipboard
Can't get user last tweets
How I can get a user last 10 tweets? is there any way?
I think react-tweet only allows you to embed tweets by ids. You need to implement your own method to get user tweets using Search Tweets API then pass tweet ids into react-tweet component.