News Feed
Jobs Feed
Sections




News Archive
SitePoint:
Silverlight and PHP, Part 2 Creating a Simple Twitter Client
July 08, 2010 @ 10:10:13

SitePoint has posted the second part of a series from Jordan Knight about creating a Twitter client by combining Silverlight and PHP (part one is here).

The application that we'll build in this article will allow you to enter a Twitter search term, and display the tweets received in Silverlight. Unfortunately, this process isn't as simple as loading a URL from Silverlight, because of something known as cross-domain access policy.

He talks some about the problem that this cross-domain access can cause for your scripts and how he used PHP to solve it. He created a simple web service that his Silverlight application could query in the same domain. This service did the call to Twitter and returned back the results to the waiting Silverlight app.

0 comments voice your opinion now!
silverlight tutorial twitter search crossdomain


blog comments powered by Disqus

Similar Posts

Robert Basic's Blog: Chaining routes in Zend Framework

DeveloperTutorials.com: Inserting An Array Into A Database

Ryan Mauger's Blog: Keeping your html valid with Zend Framework, Tidy and Firebug

ProDevTips.com: Ajax, ZF and Smarty feed reader - part 1

NetTuts.com: Taming Slim 2.0


Community Events











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


language symfony2 conference introduction development unittest podcast framework community phpunit database rest testing zendframework2 release interview series opinion functional usergroup

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