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

From Second Life Wiki
Jump to navigation Jump to search
m (RegAPI moved to Registration API: Title should be full name, not abbreviation)
Line 1: Line 1:
{{multi-lang}}
{{multi-lang}}
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 />'''Second Life accounts with regAPI capabilities who have not signed up at least one account within 90 days of receipt of regAPI capabilities will have their access to the regAPI removed'''
{{:Web Services Portal/navigation}}
{{:Web Services Portal/navigation}}


__TOC__
== Overview ==


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 (Reg API) enables you to register new Second Life users on your website, and set the location where they initially appear inworld after they log in.  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.  


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.
The Reg API 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.  
Use the Reg API to:
* Create and manage your community in Second Life.
* Maintain your identity from your website through Second Life registration into Second Life.
* Track your community in Second Life.


Please note that all participants in the RegAPI programs must abide by Linden Lab's [http://secondlifegrid.net/programs/api/tos  API Terms Of Use].
Important limitations and conditions apply.  For example, you must make clear that users are establishing a relationship with Linden Lab, separate from their relationship with you.  


== Capabilities ==
=== How to participate ===
To submit a request to participate in the Beta Registration API program, fill out the [http://secondlife.com/solution_providers/api/reg_form.php Registration API Request Form]. Linden Lab will contact you by email once your application has been reviewed.
 
=== Important notices ===
The RegAPI is a beta program that requires a modicum of technical proficiency to use successfully.  Linden Lab does not currently provide support or technical advice on its use. 
 
NOTE: Second Life accounts with Reg API capabilities that have not signed up at least one account within 90 days of their receipt will have their Reg API access removed'''
 
All participants in the Reg API program must abide by Linden Lab's [http://secondlifegrid.net/programs/api/tos  API Terms Of Service].
 
== Features ==
The RegAPI allows you to:
The RegAPI allows you to:
* Register Residents for Second Life from your own website
* Register Residents for Second Life from your own website

Revision as of 18:11, 17 February 2009

Overview

The Registration API (Reg API) enables you to register new Second Life users on your website, and set the location where they initially appear inworld after they log in. 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 Reg API 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.

Use the Reg API to:

  • Create and manage your community in Second Life.
  • Maintain your identity from your website through Second Life registration into Second Life.
  • Track your community in Second Life.

Important limitations and conditions apply. For example, you must make clear that users are establishing a relationship with Linden Lab, separate from their relationship with you.

How to participate

To submit a request to participate in the Beta Registration API program, fill out the Registration API Request Form. Linden Lab will contact you by email once your application has been reviewed.

Important notices

The RegAPI is a beta program that requires a modicum of technical proficiency to use successfully. Linden Lab does not currently provide support or technical advice on its use.

NOTE: Second Life accounts with Reg API capabilities that have not signed up at least one account within 90 days of their receipt will have their Reg API access removed

All participants in the Reg API program must abide by Linden Lab's API Terms Of Service.

Features

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

  • Use the talk page 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