Difference between revisions of "Linden Lab Official:Reg API Examples"

From Second Life Wiki
Jump to navigation Jump to search
Line 4: Line 4:
* [http://secondlife.com/developers/third_party_reg/#examples Examples]
* [http://secondlife.com/developers/third_party_reg/#examples Examples]
* [http://secondlife.com/developers/third_party_reg/#downloads Downloads]
* [http://secondlife.com/developers/third_party_reg/#downloads Downloads]
** NOTE- the LLSD library has a bug and a new version will be released on 5/21.
** Add the following line to the function llsd_post_string().
Add: curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);


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

Revision as of 12:09, 18 May 2007

Back to RegAPI Main Page

Linden Lab provided sample code is here:

  • Examples
  • Downloads
    • NOTE- the LLSD library has a bug and a new version will be released on 5/21.
    • Add the following line to the function llsd_post_string().
Add: curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);