News Feed
Jobs Feed
Sections




Recent Jobs

News Archive
feed this:

Raphael Stolt's Blog:
Utilizing Twitter lists with Zend_Service_Twitter
February 05, 2010 @ 08:14:44

Raphael Stolt has a new post to his blog today looking at how you can use the Zend_Service_Twitter component of the Zend Framework to work with the lists on Twitter.

While debating some use cases for an event registration application I stumbled upon an interesting feature, which adds participants automatically to a Twitter list upon registration. [...] This post will show how this feature can be implemented by utilizing the Zend_Service_Twitter component, and how it then can be used in a Zend Framework based application.

The Zend_Service_Twitter component makes it simple to interact with Twitter's API and calling the lists part of the API is a snap. His script first checks to see if a list exists, creates it if it doesn't and will add a user to it when they're registering. The class also includes the usual delete and modify functionality for both the users in the list and the lists themselves.

He finishes with a simple form that uses his interface class to take in the person's twitter username and send it off to the service.

0 comments voice your opinion now!
twitter list tutorial zendframework zendservicetwitter



Developer.com:
Integrating Twitter Into the Zend Framework
January 23, 2009 @ 10:25:56

Developer.com has a new tutorial about merging two popular pieces of technology, the Zend Framework and Twitter, in a Zend Framework-based application. The key to it all? The Zend_Service_Twitter component!

What if you wanted to create your own client, or integrate your Twitter stream into your blog or website? Indeed, if your main goal in starting a Twitter account is to post messages regarding a specific product, service, or organization, it might be most convenient to integrate an update mechanism into your existing content management system.

You'll already need to be a little bit familiar with setting up Zend Framework applications to follow along exactly, but they give you a good idea of what you'll need to do outside a framework app too. They load up the Zend_Service_Twitter component, load in the config and makes a call to get the user timeline. The results of this are passed out to a view and looped through to drop them into a table. Check out this image for an example of how it would look.

0 comments voice your opinion now!
twitter zendframework integrate tutorial zendservicetwitter



Community Events









Don't see your event here?
Let us know!


framework symfony extension podcast drupal job zendframework feature facebook release developer windows microsoft conference performance wordpress zend opinion codeigniter sqlserver

All content copyright, 2010 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework