These forums are CLOSED. Please visit the new forums HERE
Access my friends list via script? |
|
|
Nitro Rutledge
Registered User
Join date: 21 Sep 2004
Posts: 24
|
10-23-2006 15:25
Can I access my friends list via script? Like trigger an object and have it say each of my friends names out loud?
|
|
Gattz Gilman
Banned from RealLife :/
Join date: 29 Feb 2004
Posts: 316
|
10-23-2006 16:05
there is no way to do this through LSL.
_____________________
|
|
DoteDote Edison
Thinks Too Much
Join date: 6 Jun 2004
Posts: 790
|
10-23-2006 16:25
Yes, you would need help from a web-based script which could interact between your in-world LSL script, and this page on the SL website:
http://secondlife.com/community/friends.php |
|
Nitro Rutledge
Registered User
Join date: 21 Sep 2004
Posts: 24
|
10-23-2006 18:49
Yes, you would need help from a web-based script which could interact between your in-world LSL script, and this page on the SL website: http://secondlife.com/community/friends.php You'll also need to program the UUID key for each friend somewhere, or obtain access to a Name2Key database. Thats what i figured, thansk for the info guys |
|
Nitro Rutledge
Registered User
Join date: 21 Sep 2004
Posts: 24
|
10-24-2006 02:04
Yes, you would need help from a web-based script which could interact between your in-world LSL script, and this page on the SL website: http://secondlife.com/community/friends.php I have been trying to do this via code in an aspx VB.Net page with the following code: CODE
....but it looks like this does not use my cookie so the returned html is as if I am not logged into the site and my friends list is not in the html. Anyone know how to include my cookie info so the correct page returns? |