Twitter app idea: Urdu poetry meme

red blue and yellow textile

Just hit an idea to write a Twitter bot or a meme that will collect Urdu poetry tweets specified by a hashtag stores it in it’s database. And people who…

Fetch Twitter friends or followers through REST API in Java

I was playing around with fetching Twitter followers and friends with Twitter4J. But it was taking time to do that. So I code it with using REST urls given by…

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…