How to use and retain Twitter4J OAuth access token

I  was stuck in a problem that how to re use access token, once user has authenticated by Twitter (on call back URL). I got it working. There was problem…

How to register an app with Twitter

If you want to develop a Twitter app. You need to register your application with Twitter. That means you should have your production URL ready before you think to start…

How to avoid DeadlineExceededException in Google App Engine

If you are developing web application on Google App Engine for Java. And you dont know what this exception is. You can be in trouble. The container throws this exception…

Tutorial: Java based Twitter App on Google App Engine

Twitter a microblogging service is getting more and more popular these  days. A lot of developers are involved to develop applications on its  API. Two weeks ago I click with…