
In this article, I am going to explain “Twitter Login in CodeIgnitor”. I have already explain Twitter oAuth API integration in PHP. So now we don’t need to explain “How create Twitter APP”. If you don’t know So please just go through the link “Twitter oAuth login api using php” and get full specification with step by step. In this post explanation in short because I have already explain this topic. Twitter oAuth is a third party API and we already know that CodeIgnitor has a third_party directory where we can manage all third party API. Whenever we need to integrate any third party API. In CodeIgnitor third party integration is very simple. Let’s Start Coding Step 1:- Before start coding we need to download twitter PHP library, I will use TwitterOAuthas the most popular and easy to use. We can install it from the command line with Composer in codeignitor third party directory.
read more >>