Using the RegAPI

From Second Life Wiki
Revision as of 16:58, 12 April 2007 by Glenn Linden (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Using the Registration API

  • Read the documentation page: http://secondlife.com/developers/third_party_reg/
  • 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 Documentation page.
  • 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.