<< Back to oGoing API Documentation

users/followers

Returns the authenticating users followers, each with their details inline.

URL:

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

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.
  • PageIndex - PageIndex starts from 1. API returns 20 records per page.

Response

<ArrayOfOGoingUser>
     <oGoingUser>
         <ID>334</ID>
         <UserName>mike</UserName>
         <FullName>Mike smith</FullName>
         <Location>Boston, MA</Location>
         <Email>[email protected]</Email>
         <TimeZone>-10:00</TimeZone>
         <Description>Chief innovator and marketer at oGoing.</Description>
         <IsProtected>true</IsProtected>
         <NoOfFollower>20</NoOfFollower>
         <NoOfFollowing>35</NoOfFollowing>
         <UpdateCount>250</UpdateCount>
         <HomeTimelineCount>0</HomeTimeLineCount>
      </oGoingUser>
      <oGoingUser>
         <ID>334</ID>
         <UserName>mike</UserName>
         <FullName>Mike smith</FullName>
         <Location>Boston, MA</Location>
         <Email>[email protected]</Email>
         <TimeZone>-10:00</TimeZone>
         <Description>Chief innovator and marketer at oGoing.</Description>
         <IsProtected>false</IsProtected>
         <NoOfFollower>20</NoOfFollower>
         <NoOfFollowing>35</NoOfFollowing>
         <UpdateCount>250</UpdateCount>
         <HomeTimelineCount>0</HomeTimeLineCount>
      </oGoingUser>
   <oGoingUser>  ...   </oGoingUser>
   <oGoingUser>  ...   </oGoingUser>
         ...
<ArrayOfOGoingUpdate>

Usage Example

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

<< Back to oGoing API Documentation