hi all, i want to display twitter tweets in my webpage from twitter using php. anyone have idea help me
thanks in advance.
hi all, i want to display twitter tweets in my webpage from twitter using php. anyone have idea help me
thanks in advance.
Hello please take a look at the twitter API: http://dev.twitter.com/pages/libraries#php
In addition to the libraries listed at the Twitter Developer Pages, you can use Zend_Service_Twitter
to work with the Twitter API:
Zend_Service_Twitter
provides a client for the » Twitter REST API.Zend_Service_Twitter
allows you to query the public timeline. If you provide a username and OAuth details for Twitter, it will allow you to get and update your status, reply to friends, direct message friends, mark tweets as favorite, and much more.
If you want a real easy solution, you could even grab the twitter widget: http://twitter.com/goodies/widgets