13/06/2013 by Nitesh

Connect your Twitter App using PhP for Twitter API v1.1

Friends, By the time you are reading this article, you must be knowing that Twitter has retired its API v1 and have ensured all new requests are served using v1.1 of the API. As I mentioned in my previous post, we now need to authenticate users before trying to retrieve the user’s  timeline. For this,…

Continue Reading »

12/06/2013 by Nitesh

How to Authenticate a Twitter User for Twitter using OAuth API V1.1

Friends, Yesterday, 11th June 2013, Twitter officially closed its V1.0 API and have migrated to v1.1 API now. This means that we need to authenticate users before being able to display tweets from a user’s profile, even it is a public profile. Yes, you read it correct even if the user’s profile is a public…

Continue Reading »

08/06/2013 by Nitesh

How to Customize Embedded Timeline Created From Twitter Widgets

Dear Friends, In my last post, I discussed regarding implementation of Twitter Timeline on your website using Twitter Widgets. Twitter by default provides you with 2 different type of theme. They are – Light Theme and Dark Theme. However, very often you will face a situation where the default themes provided by Twitter does not…

Continue Reading »

07/06/2013 by Nitesh

Display Tweets From Your Twitter Timeline Using Twitter Widgets

Dear Friends, A few months ago, I wrote an article here that displayed how to display tweets from your timeline using HTML. Recently, Twitter updated its API and now allow users to create Widgets from your twitter profile. This post illustrates displaying your twitter timeline to your visitors on your website using Twitter Widgets. What…

Continue Reading »