profile.setSNML (socialNetwork.profile.setSNML)

Set the specified user or group's current SNML. The SNML will be displayed on the user or group's profile page in a profile module specific to the calling application. To change the SNML, you must re-call this method.

Desktop apps

Desktop apps must pass a valid session key in order to divine the user information. If they pass the uid attribute, an error will be raised.

Parameters

  • String < optional> The snbml to be saved
  • String < optional> The snml that will appear in the profile box on the user's profile.
  • String < optional> The snml used in profile actions. Bebo does not support profile actions at this time.
  • String < optional> The snml used in the mobile version of the profile. This parameter is not *yet* supported by Bebo
  • Integer < optional> The MemberId of the user or group profile for whom to set the SNML. Defaults to the current user's uid. This parameter can not be specified by desktop applications.

Other parameters required to make this API method call

  • String < required> The api key of the current app.
  • String < required> The current user's session key.
  • Decimal < required> The sequence number for this request. This must be greater than the value provided for the previous call. Tip: Server time in milliseconds is ideal for this.
  • String < required> The signature for the current request.
  • String < required> Set this to 1.0 for now.
  • String < optional> Response format, accepts XML or JSON, default is XML.
  • String < optional> Generates a call to the callback containing the formatted results.