<< Back to oGoing API Documentation

friendships/get following userID

Returns an array of numeric IDs and usernames for every user the specified user is following.

URL:

http://api.ogoing.com/friendships/get_following_userID

Formats:

xml

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

<ArrayOfOGoingFollowUserID>
   <oGoingFollowUserID>
      <ID>354</ID>
      <UserName>mike</UserName>
   </oGoingFollowUserID>
   <oGoingFollowUserID>
      <ID>369</ID>
      <UserName>jack</UserName>
   </oGoingFollowUserID>
   <oGoingFollowUserID>  ...   </oGoingFollowUserID>
   <oGoingFollowUserID>  ...   </oGoingFollowUserID>
      ...
<ArrayOfOGoingFollowUserID>

Usage Example

http://api.ogoing.com/friendships/get_following_userID?username=user110&password=user110&portalname=http://www.ogoing.com

<< Back to oGoing API Documentation