views:

84

answers:

4

hi all, i want to display twitter tweets in my webpage from twitter using php. anyone have idea help me

thanks in advance.

+5  A: 

Hello please take a look at the twitter API: http://dev.twitter.com/pages/libraries#php

Ruel
thanks for reply, there is no solutions for my problem. i want to display twitter tweets in my webpage.
raja
Actually, if you clicked one of the links in that link I provided, you will come up with a solution. Here's a hint: http://github.com/abraham/twitteroauth
Ruel
+2  A: 

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.

Gordon
+2  A: 

If you want a real easy solution, you could even grab the twitter widget: http://twitter.com/goodies/widgets

Erikl
A: 

You could learn from Dabr, which is a PHP-frontend written in PHP. It has almost all the features of the Twitter API included.

berkes