Hyves (the #1 social network in The Netherlands) released their API v1.0 a few weeks ago. We already created some kind of Ruby wrapper some time ago (for the old API), but now we have a (very quickly created) wrapper for v1.0.
It works as follows:
1
2
3
4
5
6
7
8
9
10
require ‘hyves_api/hyves_api’
# You need to apply for a key via http://www.hyves.nl/api/apply/
key […]
Subscribe to our RSS feed