Tag Archives: Twitter4J
How to use and retain Twitter4J OAuth access token
Posted on 01. Mar, 2010 by Tahir Akram.
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 in my understanding about request token vs access token. When user first time comes on call backed URL. I take request token and token secret [...]
Continue Reading
How to register an app with Twitter
Posted on 23. Nov, 2009 by Tahir Akram.
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 your development. When you finished with registration, you will receive consumer key and consumer secret. These unique credentials will help your app to interact with [...]
Continue Reading
How to avoid DeadlineExceededException in Google App Engine
Posted on 03. Oct, 2009 by Tahir Akram.
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 for those requests which take time more than 30 seconds. In other words GAE wants every requests to be fullfilled within 30 seconds.
Case
I am developing [...]
Continue Reading
Tutorial: Java based Twitter App on Google App Engine
Posted on 03. Oct, 2009 by Tahir Akram.
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 a very basic idea and being as a matter of learning I started working on it. I have finished more than 80% of the work. I [...]


