This video is for web developers who are using java play framework to build web applications and are looking to integrate LOGIN WITH TWITTER functionality into their web app.
Useful links:
1)play framework: https://www.playframework.com/
2) twitter developer website: https://developer.twitter.com/
3) To create authorization app in twitter : https://apps.twitter.com/app/new
4) Twitter OAuth documentation for java play: https://www.playframework.com/documentation/2.6.x/JavaOAuth#OAuth
5) Refer my code at : https://github.com/nishchal31/Twitter-Oauth-login-with-java-play-