Difference between revisions of "Using the RegAPI"

From Second Life Wiki
Jump to navigation Jump to search
Line 4: Line 4:


* Read the documentation page [[RegAPIDoc | Registration API Documentation]] or [http://secondlife.com/developers/third_party_reg/ RegAPI Documentation webpage]
* Read the documentation page [[RegAPIDoc | Registration API Documentation]] or [http://secondlife.com/developers/third_party_reg/ RegAPI Documentation webpage]
* Verify your capabilities: Enter the account assigned to the Registration API (check the email you got tellling you your account had been created).  See "What are Capability URLs?" on the [http://secondlife.com/developers/third_party_reg/ Documentation] page.
* Verify your capabilities. Enter the account assigned to the Registration API (check the email you got tellling you your account had been created).  Get your capabilities here: [http://secondlife.com/developers/third_party_reg/#what_are_cap What are Capability URLs].
* Note that registrants can only be sent to orientation islands or locations owned by the same account as was assigned to the Registration API.  If necessary, contact us to obtain additional assignments, or transfer the estate to the RegAPI account.
* Note that registrants can only be sent to orientation islands or locations owned by the same account as was assigned to the Registration API.  If necessary, contact us to obtain additional assignments, or transfer the estate to the RegAPI account.
* Create your registration web page
* Create your registration web page

Revision as of 11:20, 18 April 2007

Back to RegAPI Main Page

Using the Registration API

  • Read the documentation page Registration API Documentation or RegAPI Documentation webpage
  • Verify your capabilities. Enter the account assigned to the Registration API (check the email you got tellling you your account had been created). Get your capabilities here: What are Capability URLs.
  • Note that registrants can only be sent to orientation islands or locations owned by the same account as was assigned to the Registration API. If necessary, contact us to obtain additional assignments, or transfer the estate to the RegAPI account.
  • Create your registration web page
  • If you're using PHP, make sure the necessary libraries are installed and working (see RegAPI Intro).
  • Verify that the Registration API works by using your web page to create a registration
  • Create registrations to test the most common error codes and verify that you receive and properly handle the error codes.