General > Developers Corner

I need help with a special sort of whitelist

<< < (3/3)

LuaTenshi:
I'm not sure how much this will help but you can do some thing like this...

http://steamcommunity.com/profiles/76561197960866737/friends/?xml=1

And get a persons friends list in the xml format.
---

I am sure there is a way to read those pages. Also it will only work if the profile is not private.

JamminR:

--- Quote from: zeaga on September 04, 2013, 09:02:54 AM ---So I could access the xgui.data.users table on the client's side easily, then, yes?

--- End quote ---
You 'could'.
That would then make your code a dependency of XGUI though.
Our team would recommend, if you're going to make anything dependent on any of our projects, you use ULib.
It wouldn't be overly difficult to perform the same transfer XGUI does from the servers ULib.ucl.users list and make you're own.
Though I've never seen it done, technically, XGUI could be removed and still have ULX work, if anyone ever wanted to do so.

zeaga:

--- Quote from: HeLLFox_15 on September 04, 2013, 12:39:08 PM ---I'm not sure how much this will help but you can do some thing like this...

http://steamcommunity.com/profiles/76561197960866737/friends/?xml=1

And get a persons friends list in the xml format.
---

I am sure there is a way to read those pages. Also it will only work if the profile is not private.

--- End quote ---

I actually never knew you could do that.  Thanks!  It actually helps a lot.

JamminR:
Good starting point, that I'm sure would lead to tricks like the xml one.
http://steamcommunity.com/dev

Navigation

[0] Message Index

[*] Previous page

Go to full version