简体   繁体   中英

Spring Social Twitter

I am new to Spring and trying to make a web application that reads the last 20 tweets of an user with getUserTimeline(screenName); . So far I made this Tutorial from Spring https://spring.io/guides/gs/accessing-twitter/ and changed the request so I can see the last 20 tweets of the user. But before I can see them I'm getting redirected to the Twitter authorization site. I saw a lot about Connection in the reference but I'm not shure which is the best one for my app. I want to save the tweets in a Database and fetch them to the view.

我解决了它。它需要一个Twitter模板,其中包含application.properties文件中的所有标记。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM