Linden Lab Official:Reg API Examples

From Second Life Wiki
Revision as of 12:09, 18 May 2007 by Glenn Linden (talk | contribs)
Jump to navigation Jump to search

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);