Ruby On Rails - Myspace 应用程序开发
我应该使用哪个 gem 或插件来使用 Ruby on Rails 构建 Myspace 应用程序?
Which gem or plugin should I use for building Myspace applications using Ruby on Rails?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
MySpace 提供 REST API Ruby 库:
http://developer.myspace.com/community/ libs/ruby.aspx
我不知道它是否有什么好处。
MySpace provides a REST API Ruby Library:
http://developer.myspace.com/community/libs/ruby.aspx
I don't know if it's any good.
还有一个间隔宝石。 然而,我无法让它工作。
http://www.railslodge.com/ruby_gems/18-spacer-
There's also a Spacer gem. I wasn't able to get it working, however.
http://www.railslodge.com/ruby_gems/18-spacer-
以下是 OAUTH gem 的代码片段:
http://developer. myspace.com/Community/forums/p/3626/15947.aspx
我无法让它工作。
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.
OAUTH gem 的另一个代码片段:
http://developer.myspace .com/Community/forums/p/804/12424.aspx
也无法使其正常工作。
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 上的开发很大一部分必须通过 myspace 提供的 REST api 以及 ajax 调用来导入响应来完成。 不幸的是,直到 OpenSocial 0.9 才允许您使用 iFrame,该版本暂时不会发布。 在此之前,请熟悉 MySpace 的 API 和 ajax。
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.
您可以使用 myspace-ruby-sdk http://code.google.com/ p/myspaceid-ruby-sdk/
有一个 Rails 应用程序的示例(2.2.2 版本)
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