Gem details

Ruby API for the MySpace Platform REST API

Websitehttp://rubyforge.org/projects/spacer/ Author Shane Vitarana Tags myspace

Documentation

Install the Gem:
gem install spacer 

FEATURES/PROBLEMS

* Implements v1.0 of the MySpace Platform REST API
* Uses OAuth to securely authenticate with MySpace
* Uses JSON for minimal transport footprint

  @myspace = Spacer::Client.new(api_key, secret_key)
  user = @myspace.user('3454354')
  puts user.interests.music
  puts user.photos.first.caption

Edit Gem | (0 older versions) | Last edited by: scott, 2 months ago