Updated SilverTwit Code for MSDN Magazine
Posted by: JohnPapa.net,
on 17 Jul 2009 |
View original | Bookmarked: 0 time(s)
I updated my SilverTwit code for my June 2009 Data Points column in MSDN Magazine to use the release version of Silverlight 3. The revised code can be retrieved in the codeplex site here. There were 3 sets of changes: (1) Twitter started using larger numbers for Ids, so I had to switch to use long instead of int and (2) the API for Out of Browser applications changed from beta to release and (3) the Out of Browser settings (formerly in the AppManifest.xml) changed. Here are the changes since I posted...