Difference between revisions of "Linden Lab Official:Registration API"

From Second Life Wiki
Jump to navigation Jump to search
(wiki-fu)
Line 1: Line 1:
[[Web Services Portal]] > '''Registration API'''
[[Web Services Portal]] > '''RegAPI'''


<b>The Registration API is a beta program. Linden Lab is unable to provide support or technical advice, and the Registration API sample code and documentation require effort to implement successfully.  We are limiting new accounts for the RegistrationAPI at this time.</b>
{{Alert Box|The RegAPI (Registration API) is a beta program. Linden Lab is unable to provide support or technical advice, and the Registration API sample code and documentation require effort to implement successfully.  We are limiting new accounts for the RegAPI at this time.<br />'''As of 1 August 2007, new RegAPI accounts that remain inactive will be deleted 90 days after creation.'''|}}


<b> As of 1 August 2007, new RegAPI accounts that remain inactive will be deleted 90 days after creation. </b>
The RegAPI (Registration API) is useful for creating and managing your community in Second Life, for maintaining your identity from your website through Second Life registration into Second Life and tracking your community in Second Life.


The Registration API allows you to
Specifically, it enables creation of a unique Second Life name and password. It provides Linden Lab with the same information required for registrations through the SecondLife.com website. At the end of registration, your customer must download the Second Life client, install and run it. At that time, they will be registered with the account they created on your website and will start Second Life in a location you specify.
* Register residents for Second Life from your own website
* Track people registering from your site
* Send them to a location of your choice when they first enter Second Life  


The Registration API is useful for creating and managing your community in Second Life, for maintaining your identity from your website through Second Life registration into Second Life, tracking your community in Second Life.  
You can use the Registration API to create Second Life accounts within your own registration process or website.  You can customize the Second Life registration process to capture additional information or to fit your registration process.  


The Registration API provides a way for the registrant to interact with the Linden Lab registration system. Specifically, it enables creation of a unique Second Life name and password.  It provides Linden Lab with the same information required for registrations through the SecondLife.com websiteAt the end of registration, your customer must download the Second Life client, install and run it.  At that time, they will be registered with the account they created on your website and will start Second Life in a location you specify.
Please note that all participants in the RegAPI programs must abide by Linden Lab's [http://secondlife.com/developers/api/tos.php API Terms Of Use].


You can use the Registration API to create Second Life accounts within your own registration process or website.  You can customize the Second Life registration process to capture additional information or to fit your registration process.
== Capabilities ==
 
The RegAPI allows you to:
At this time, the Registration API does not enable assignment to groups, provision of inventory, or creating attachments.  These and other features are future features.
* Register Residents for Second Life from your own website
* Track people registering from your site
* Send them to a location of your choice when they first enter Second Life


Linden Lab has put documentation of the Registration API on this wiki to enable you to add updates, suggestions and tips to improve the experience for everyone. 
The RegAPI '''does not currently''' allow you to:
* Assign new Residents to groups
* Provide inventory
* Creating attachments
* Alter the appearance of the Viewer
* Alter or control the Resident's outfit
* Restrict where you can place people upon log-in (please make sure that the owner of the landing location agrees to have the new Residents arrive there if you don't own that land)
* Provide load balancing (it is advised to use the RegAPI to selectively set the starting location based on data sent from an LSL script in each location)


We <b>strongly recommend</b> you join the regapi mailing list to share information and send inquiries about the Registration API to others (regapi@lists.secondlife.com). To join, go to https://lists.secondlife.com/cgi-bin/mailman/listinfo/regapi. If you need support or assistance in implementing or troubleshooting the Registration API, you can pay for assistance from the companies/individuals listed here:  [[RegAPISupport | Registration API Support Providers]] .
== Discussion ==
* The [[Talk:RegAPI|talk page]] of this article can be used to post questions about the RegAPI.
* The [https://lists.secondlife.com/cgi-bin/mailman/listinfo/regapi RegAPI mailing list] is used to share information and send inquiries about the RegAPI.
* If you need support or assistance in implementing or troubleshooting the RegAPI, you can pay for assistance from the companies/individuals listed here:  [[RegAPISupport | Registration API Support Providers]] .


We recommend you review the materials about the Registration API in the order given.
== See Also ==


* [[RegAPIOverview | Overview of the Registration API]]
* [http://secondlife.com/developers/api/reg_form.php Obtaining the Registration API]
* [http://secondlife.com/developers/api/reg_form.php Obtaining the Registration API]
* [[RegAPIUse | Using the Registration API]]
* [[Using the RegAPI]]
* [[RegAPIDoc | Registration API Documentation]]
* [[RegAPI Documentation]]
* [[RegAPISample | Registration API Sample Code]]
* [[RegAPI/Sample Code|Sample Code for RegAPI]]
* [[RegAPITips | Registration API Tips]]
* [[RegAPI Tips]]
* [[RegAPIError | Registration API Error Codes]]
* [[RegAPI Error Codes]]
* [[RegAPIQA | Registration API Questions & Answers]]
* [[RegAPI/Third Party Support| Third Party support for the RegAPI]]
* [[RegAPISupport | Registration API Support Providers]]


[[Category:RegAPI]]
[[Category:RegAPI| RegAPI]]

Revision as of 15:47, 26 October 2007

Web Services Portal > RegAPI

The RegAPI (Registration API) is a beta program. Linden Lab is unable to provide support or technical advice, and the Registration API sample code and documentation require effort to implement successfully. We are limiting new accounts for the RegAPI at this time.
As of 1 August 2007, new RegAPI accounts that remain inactive will be deleted 90 days after creation.

The RegAPI (Registration API) is useful for creating and managing your community in Second Life, for maintaining your identity from your website through Second Life registration into Second Life and tracking your community in Second Life.

Specifically, it enables creation of a unique Second Life name and password. It provides Linden Lab with the same information required for registrations through the SecondLife.com website. At the end of registration, your customer must download the Second Life client, install and run it. At that time, they will be registered with the account they created on your website and will start Second Life in a location you specify.

You can use the Registration API to create Second Life accounts within your own registration process or website. You can customize the Second Life registration process to capture additional information or to fit your registration process.

Please note that all participants in the RegAPI programs must abide by Linden Lab's API Terms Of Use.

Capabilities

The RegAPI allows you to:

  • Register Residents for Second Life from your own website
  • Track people registering from your site
  • Send them to a location of your choice when they first enter Second Life

The RegAPI does not currently allow you to:

  • Assign new Residents to groups
  • Provide inventory
  • Creating attachments
  • Alter the appearance of the Viewer
  • Alter or control the Resident's outfit
  • Restrict where you can place people upon log-in (please make sure that the owner of the landing location agrees to have the new Residents arrive there if you don't own that land)
  • Provide load balancing (it is advised to use the RegAPI to selectively set the starting location based on data sent from an LSL script in each location)

Discussion

  • The talk page of this article can be used to post questions about the RegAPI.
  • The RegAPI mailing list is used to share information and send inquiries about the RegAPI.
  • If you need support or assistance in implementing or troubleshooting the RegAPI, you can pay for assistance from the companies/individuals listed here: Registration API Support Providers .

See Also