Archive for Posts Tagged opensocial:

MySpace / OpenSocial makeRequest examples

May 6th

I just refactored some of my MySpace code this afternoon, to contact an outside server from an OpenSocial app you have to use the makeRequest call, here’s how my makeRequest wrapper looks like:

function makeRequestWrapper(target, callback) {
try {
var server_base_url = "http://dev-host.yourdomain.com/myspace"
var params = {
[...]

My post on MySpace apps

April 24th

Been wanting to write a blog post for [context] blog on my experience with MySpace Developer Platform (MDP), got some free time last week and finally got to it, and it has just been published at the [context] blog. Check it!

Size

Colors