Difference between revisions of "Linden Lab Official:Registration API Request Form"
Rand Linden (talk | contribs) |
Rand Linden (talk | contribs) |
||
Line 12: | Line 12: | ||
=== Using the API === | === Using the API === | ||
When you recieve your response from Linden Lab stating that you have been accepted into the Registration API program, follow | When you recieve your response from Linden Lab stating that you have been accepted into the Registration API program, follow the steps described in [[Registration_API#How_to_set_up_your_Reg_API|How to set up your Reg API]]. | ||
'''WHEN TESTING''' | '''WHEN TESTING''' | ||
Line 27: | Line 18: | ||
If you are using the Reg API to sign up registrants on the main grid, users under 18 will not be allowed to register, since they are not permitted on the Main Grid. Therefore, when testing, use a birth date that makes the registrant older than 18 years. | If you are using the Reg API to sign up registrants on the main grid, users under 18 will not be allowed to register, since they are not permitted on the Main Grid. Therefore, when testing, use a birth date that makes the registrant older than 18 years. | ||
Use an email address that does not currently exist in Second Life. If a user has already registered with an email address, the Reg API will return error 95, email exists. | Use an email address that does not currently exist in Second Life. If a user has already registered with an email address, the Reg API will return "error 95, email exists." | ||
If you trap errors, you will see this error code, but if not, registration will simply fail. | If you trap errors, you will see this error code, but if not, registration will simply fail. | ||
Revision as of 17:02, 9 November 2010
General procedure
Request form
- Fill out the form below. Required fields are marked with an asterisk (*).
- Click Submit. The information you entered will be displayed in the area underneath the form.
- Copy the text from the Copy and Paste box into your email and send to regapi@lists.lindenlab.com
Linden Lab will respond by email.
Copy and paste into email and send to regapi@lists.lindenlab.com.
Using the API
When you recieve your response from Linden Lab stating that you have been accepted into the Registration API program, follow the steps described in How to set up your Reg API.
WHEN TESTING
If you are using the Reg API to sign up registrants on the main grid, users under 18 will not be allowed to register, since they are not permitted on the Main Grid. Therefore, when testing, use a birth date that makes the registrant older than 18 years.
Use an email address that does not currently exist in Second Life. If a user has already registered with an email address, the Reg API will return "error 95, email exists." If you trap errors, you will see this error code, but if not, registration will simply fail.
Check your capabilities
Use the following form to display your current capabilities. See Using capability URLs for more information.
The form above simply POSTs your "first_name", "last_name" and "password" to https://cap.secondlife.com/get_reg_capabilities
to get your capabilities.