<< Back to oGoing API Documentation

friendships/block user

Blocks the user specified in the username parameter as the authenticating user. Destroys a friendship to the blocked user if it exists.

URL:

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

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 - Username .

Response

true/false

Usage Example

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

<< Back to oGoing API Documentation