Educational project in Spring boot
To get access to twitter-API you must add a file
"twitter4j.properties" in resources folder
with these fields:
debug=true
oauth.consumerKey=******
oauth.consumerSecret=*****
oauth.accessToken=*****
oauth.accessTokenSecret=*****
There is a Postman collection with all requests typed out, located in root folder. You can import this collection in Postman if you want to try out the api. Remember to set path variables and request parameters in param-tab.