java - Log into twitter? -


ok, trying boolean if have logged in or not. using twitter4j library , gave me following 3 things at.

http://twitter4j.org/en/code-examples.html

https://github.com/yusuke/sign-in-with-twitter/blob/master/src/main/java/twitter4j/examples/signin/signinservlet.java

https://github.com/yusuke/sign-in-with-twitter/blob/master/src/main/java/twitter4j/examples/signin/callbackservlet.java

i have no idea how log in , if logged in successfully.

thanks, , have no code btw... did copy code , try different things.

ps. on separate note how learn how use elses library?

twitter uses oauth. there no concept of having logged in external app. there instead concept of app being authorized communicate account on twitter. on how learn use else's library... that's general question... reading documentation start, irc channel relevant language (or library if has own irc channel).

i've found people on irc channels helpful when have specific code problem trying solve , real time enables faster progress waiting answers question on forum or so.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -