ts2000abc Posted September 5, 2009 Share Posted September 5, 2009 I tried to display my twitter status with this code, but it doesn't display anything (no errors, nothing). require_once 'Zend/Service/Twitter.php'; $twitter = new Zend_Service_Twitter('_user_', '_pwd_'); $response = $twitter->status->userTimeline(); $twitterstatus = (string)$response->status[0]->text; echo $twitterstatus; I can get the status just fine by using the rss reader plugin (ZF library: Zend/Feed.php), but i would like to see if this twitter plugin works faster... Quote Link to comment https://forums.phpfreaks.com/topic/173233-zend-framework-get-twitter-status/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.