Difference between revisions of "RegAPI Tips"
Jump to navigation
Jump to search
Glenn Linden (talk | contribs) |
Glenn Linden (talk | contribs) |
||
Line 1: | Line 1: | ||
Back to [[RegAPI | Reg API Main Page]] | Back to [[RegAPI | Reg API Main Page]] | ||
==General Suggestions== | |||
# Make sure you're using the account that was enabled for the Registration API to create accounts. | # 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. | # 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 [[ | # 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 | # Verify you've including your capabilities url and properly set up your account and the location in the script | ||
==Custom Last Names Suggestions== | |||
# First, 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. |
Revision as of 16:31, 12 April 2007
Back to Reg API Main Page
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
- Verify you've including your capabilities url and properly set up your account and the location in the script
Custom Last Names Suggestions
- First, 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.