api - How to get twitter accessToken from java? -


i'm creating web application needs details of user's twitter account. how can twitter accesstoken , access twitter api. when searching this, found had create application in twitter developers site dont want @ all. i've created simple web application in java, in need use twitter api. possible??? please me out.

generally speaking, stack overflow / stack exchange work best when have specific code question can clarify you. question broad less simple provide direct solution.

in order access details of user's twitter account, need use twitter api. twitter uses oauth authentication, you'll need code login flow user accesstoken. need register app twitter on apps.twitter.com in order consumerkey , consumersecret uniquely identify app.

since you're using java, might find twitter4j useful library helping this. comes pretty samples should understand you'll need build.


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -