Tag Archive for 'hyves'

More proof: why we will all be on Facebook..

There are many social networks in many counties. Most people only know a few and probably use even less of them I personally use Hyves, Netlog and Facebook.. mostly for professional/development purpose (especially the first two).
But who is winning the social network battle? What network will we be on in 10 or even fewer […]

Hyves API wrapper put on GitHub

Since the Ruby Hyves API wrapper is not being maintained (at least not by me :)).. I put it on GitHub to be able to do the maintenance more easily.
See:  http://github.com/joost/hyves_api

addthis_url = ‘http%3A%2F%2Fblog.joopp.com%2F2009%2F07%2F09%2Fhyves-api-wrapper-put-on-github%2F’;
addthis_title = ‘Hyves+API+wrapper+put+on+GitHub’;
addthis_pub = ‘joopp’;

Hyves API v1.0 for Ruby

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 […]