score.setHigh (socialNetwork.score.setHigh)

High scores only get set if they are higher than the previous score that was set for the member.

Parameters

  • String < required> The score you wish to set. Can optionally have up to 2 points of decimal percision (anything beyond that is ignored).
  • String < optional> The member you wish to get the score for if not the current member.
  • String < optional> An indicator for which scoreboard you would like to write to.

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.