Get user's networks

Description

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.

Endpoint

http://karmacracy.com/api/v1/networks/

Arguments

Name Type Description
u string Username. (required)
k string 3rd party app key. (required)
appkey string API key. (required) Ask for one!

Output

JSON format object.

* error (optional) = variable that indicates if an error occurred
* data = output object with "network" object inside.

Example

http://karmacracy.com/api/v1/networks/?u=xxxx&k=xxxx&appkey=xxxx