views:

87

answers:

1

How can I extract information from opensocial based networks like orkut.

+1  A: 

Many OpenSocial-based networks offer REST and JSON-RPC based APIs, for which there are a variety of client libraries available.

PHP is probably the most sophisticated and compatible client library (and has the best documentation). You can find out more at this page: http://code.google.com/p/opensocial-php-client/wiki/GettingStarted?tm=6

Arne Roomann-Kurrik