It allows an application to get the networks of a user. This is, networks a user can later share to (twitter, facebook, ...). It's needed so you get the identifier needed to share later through these networks. This information is private; therefore, you can only get user's networks with the username and key.
http://karmacracy.com/api/v1/networks/
| Name | Type | Description |
|---|---|---|
| u | string | Username. (required) |
| k | string | 3rd party app key. (required) |
| appkey | string | API key. (required) Ask for one! |
JSON format object.
* error (optional) = variable that indicates if an error occurred
* data = output object with "network" object inside.
http://karmacracy.com/api/v1/networks/?u=xxxx&k=xxxx&appkey=xxxx