<< Back to oGoing API Documentation

statuses/following (JSON)

Returns a users friends with Json,

URL:

http://api.ogoing.com/users/following_JSON

Formats:

json

Requires Authentication

True

Parameters

  • UserName - Specifies the username of the user for whom to return the users home timeline.
  • Password - Password of user
  • PortalName - Portal name where user is registered.

Response

[{"ID":"236","UserName":"mike","FullName":"mike smith"," PortalName":"http://www.oGoing.com","Location":"Irvine", "Email":"[email protected]", "ImageURL":null, ... truncated ...},... truncated ...}]

Usage Example

http://api.ogoing.com/users/following_JSON?username=user110&password=user110&portalname=http://www.ogoing.com

<< Back to oGoing API Documentation