Which gem or plugin should I use for building Myspace applications using Ruby on Rails?
6 回答
MySpace provides a REST API Ruby Library:
http://developer.myspace.com/community/libs/ruby.aspx
I don't know if it's any good.
There's also a Spacer gem. I wasn't able to get it working, however.
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.
Another snippit of code for the OAUTH gem:
http://developer.myspace.com/Community/forums/p/804/12424.aspx
Also unable to get it working.
您可以使用 myspace-ruby-sdk http://code.google.com/p/myspaceid-ruby-sdk/
有一个 Rails 应用程序示例(2.2.2 版本)进入
在 myspace 上开发的很大一部分必须通过 myspace 提供的 REST api 以及用于导入响应的 ajax 调用来完成。不幸的是,在 OpenSocial 0.9 之前,你不能使用 iFrame,它暂时不会出现。在此之前熟悉 MySpace 的 API 和 ajax。