Difference between revisions of "RegAPI Tips"

From Second Life Wiki
Jump to navigation Jump to search
(dbl redir)
 
(25 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Back to [[RegAPI | Reg API Main Page]]
#REDIRECT [[Linden Lab Official:Registration API]]
 
==General Suggestions==
# Make sure you're using the account that was enabled for the Registration API to create accounts.
# You have to use the Registration API to create additional accounts, not the viewer or the SecondLife.com registration page.
# Make sure the Curl library is installed and running (see [[RegAPI_Intro | RegAPI Intro]]
# Verify you've including your capabilities url and properly set up your account and the location in the script
 
==Custom Last Names Suggestions==
# Verify that you can use the RegAPI to create accounts.  The problem may be your capabilities URL or your RegAPI script.
# If you're using a RegAPI account to create accounts using a custom name and can't see the Custom Last Name in the names list, you're probably not using the account that was the billing account for the Custom Last Name.  You will need to request a new RegAPI account with the same account as was the billing account for the Custom Last Name.
 
==Names==
* Names must include at least 2 characters.  Only letters and numbers may be used.
* Certain first names are restricted, including any considered obscene or inappropriate for public use.

Latest revision as of 02:30, 28 July 2012