<< Back to oGoing API Documentation

account/update_profile

Sets values that users are able to set under the "Account" tab of their settings page.

URL:

http://api.ogoing.com/account/update_profile

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.
  • FullName - Users full name .
  • MoreURL - Website name.
  • Location - Location .
  • oneLineBio - Short description about user.

Response

true/false

Usage Example

http://api.ogoing.com/account/update_profile?username=user110&password=user110&portalname=http://www.ogoing.com&FullName=userfullname&MoreURL=http://www.userinfourl.com&location=irvineCA&onelinebio=imcool

<< Back to oGoing API Documentation