prince2019
prince2019

Reputation:

How can I extract Information from open Social based networks?

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

Upvotes: 0

Views: 148

Answers (1)

Arne Roomann-Kurrik
Arne Roomann-Kurrik

Reputation: 1072

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

Upvotes: 1

Related Questions