Posts Tagged “C#”

Using MySpace REST API with OAuth and C#

by Steven Ng on March 17, 2009

In this example we will make a REST call to MySpace, get back 100 of our friends and display them on a web page. Because we’re accessing personal private information, you need to pass some authorization parameters with your REST … Read the rest

Quick Ajax Example Using jQuery

by Steven Ng on March 1, 2009

About 2 years ago I posted an article called “Quick Ajax Example Using Prototype.js” and some visitors commented that my instructions weren’t clear so I just wanted to post a quick follow up. This is basically the same … Read the rest