Tag: twitter

  • Integrating With Twitter API In CodeIgniter

    I needed to integrate Twitter API in one  of my web applications which uses CodeIgniter framework.

     

    As their is no direct library available in CI for twitter integration, at first go this might look very difficult, but it is really simple.

     

    Here is how you can do it..

    1. First download the  Twitter class for PHP.
    2. Put the class.twitter.php file in application/libraries folder.
    3. Rename class.twitter.php to twitter.php ( to make it compatible with CI naming conventions).
    4. Open twitter.php file and set following variables
    var $username=’'; //twitter username
    var $password=''; // twitter password
    var $user_agent=''; //an identifier for twitter preferably email address
    Are you satisfied with your knowledge? No, then spent 15 minutes every day on PHPCamp.net a knowledge sharing website for our own PHP community

    If you have followed these steps your integration is almost complete, now all you need to do is use the twitter library, here is an example to get you started 🙂

     $this->load->library('Twitter');
     $msg=’Just Integrated Twitter with CodeIgniter ’;
     $this->twitter->update($msg);

    By the way you can follow me on twitter @thecancerus.

  • The List of 5 Pune Tech Events and Their Twitter Accounts

    After creating a list of people, who are very active in Pune tech scene, to follow on twitter, I thought a list of technology events happening in Pune with their own twitter account is also due. twitter

    So here is the list of events with their twitter accounts

    1. Barcamp Pune @barcamppune
    2. PHPCamp @phpcamp
    3. ClubHack @clubhack
    4. JoomlaDay Pune @jugpune
    5. OpenSocial Developer Garage @devgarage
    6. Gnunify @gnunify (tip by @abhisheknagar)
    7. Pune Flex User Group @punefug (added on 28th Feb 2009)

    Off course there are more events happening in Pune, but these five seven have a Twitter account that I know off.

    If you want to keep an eye on other events without twitter accounts, then you should follow, following twitter accounts which live tweets tech events most of the time.

    1. PuneTech.com @punetech
    2. Pune Tech Live @punetechlive
    3. Dhananjay Nene @dnene_liveblog

    If I am missing any event with twitter account from this list or any one who live tweet the tech events then leave a comment with their twitter ID, along with yours so that we know.

  • 6 Pune Techie’s To Follow On Twitter

    In Barcamp Pune 5, we had our first twitter meet up, where we compiled a list of  twitter users. During that I thought, we also need to have a list of most active tech people in Pune, who also actively use twitter.
    twitter
    So if you want to keep an eye on Pune technology scene, then following these people on twitter is a must

    1. Navin Kabra @ngkabra
    2. Dhananjay Nene @dnene
    3. Rohit Srivastwa @rohit11
    4. Rohan Dighe @irohan
    5. Priyank Kapadia @whereispriyank
    6. Shardul Mohite @shardulmohite

    Apart from them you may also want to follow me ( @thecancerus ) as well 😉

    I know this list is incomplete as I have a very narrow technology vision, so if you follow someone who plays an active role in Pune and is not on the list then leave a comment along with your own twitter id.

    PS: if you have no idea about importance of twitter, then you should check out ‘Why you should be on Twitter – and how best to use it’ by Navin.

  • akTweeter Simplest Way To Show Tweets

    For those in hurry download [download#16#nohits] now.

    It is a simple Joomla 1.5 module to display Tweets on a topic or event.

    What it does?

    akTweeter uses Twitter search to show latest 5 tweets, on any topic that you want to show tweets about. aktweeter simplest way to display tweets It is useful if you want to display tweets on some event or your product.

    Requirements

    This module is compatible with Joomla 1.5 only and released under GPLv2 License agreement.

    Are you satisfied with your knowledge? No, then spent 15 minutes every day on PHPCamp.net a knowledge sharing website for our own PHP community

    How to use it?

    1. First of all download [download#16#nohits] module and install it.
    2. Go to module manager and activate the akTweeter Module.
    3. Finally, edit the module and set the keyword you want to monitor.
      aktweeter configuration

    That’s it, you are done.

    If you liked it, hated it or have any suggestions just leave a comment below.