Ruby On Rails - Myspace app development

995 Views Asked by At

Which gem or plugin should I use for building Myspace applications using Ruby on Rails?

6

There are 6 best solutions below

0
Terhorst On

MySpace provides a REST API Ruby Library:

http://developer.myspace.com/community/libs/ruby.aspx

I don't know if it's any good.

0
Terhorst On

There's also a Spacer gem. I wasn't able to get it working, however.

http://www.railslodge.com/ruby_gems/18-spacer-

0
Terhorst On

Here's a snippet of code for the OAUTH gem:

http://developer.myspace.com/Community/forums/p/3626/15947.aspx

I was unable to get it working.

0
Terhorst On

Another snippit of code for the OAUTH gem:

http://developer.myspace.com/Community/forums/p/804/12424.aspx

Also unable to get it working.

0
Matthew On

A large part of developing on myspace must be done through the REST api that myspace provides, as well as ajax calls to import the response. Unfortunately you're not allowed to use an iFrame until OpenSocial 0.9 which wont be out for a while. Until then become familiar with MySpace's API and ajax.

0
shingara On

You can use the myspace-ruby-sdk http://code.google.com/p/myspaceid-ruby-sdk/

There are a sample of Rails application ( 2.2.2 version ) into