<< Back to oGoing API Documentation

friendships/remove following

Allows the authenticating users to unfollow the user specified in the username parameter.

URL:

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

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.
  • FollowUserName - Valid username.

Response

true/false

Usage Example

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

<< Back to oGoing API Documentation