auth.createToken (socialNetwork.auth.createToken)

The auth.createToken API method is currently in beta and its features, attributes and behavior could change with no notice. We'd appreciate your input while auth.createToken is in beta.

Creates a temporary auth token for use by external web sites and desktop applications during the authentication procedure. This token is later used to obtain a session key, which is in turn used to make API calls on behalf of a Bebo user.

The entire auth process is documented in more detail here

Example Response:

   <auth_createToken_response> 
     3001279784:1213653055024-bffc6d6b39fde1e4af55bcf24494ed64
   </auth_createToken_response>
 

Parameters

Other parameters required to make this API method call

  • String < required> The api key of the current app.
  • 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.
bebo0115:9:1220719031000