of     1   

filiptibell
#167273025Saturday, July 11, 2015 8:42 PM GMT

So, I tried this: Players.PlayerAdded:connect(function(Player) local UserID = Player.userId local Friends = game:GetService("HttpService"):GetAsync("http://roproxy.pw/rapi/API/friends/json?userId="..tostring(UserID).."&currentPage=0&pageSize=20") print(Friends) end) And it gives me this error: 22:41:03.792 - CURL error (curl_easy_perform, 09F8E29C): Couldn't resolve host name 22:41:03.793 - Script 'ServerScriptService.FriendsOnline', Line 8 - upvalue GetAsync 22:41:03.793 - Script 'ServerScriptService.FriendsOnline', Line 13 22:41:03.793 - Stack End What's wrong? :s ~The herp lerped a derp~
filiptibell
#167274232Saturday, July 11, 2015 8:56 PM GMT

Does anyone have any experience with using RoProxy?? Figured I might be using it wrong.. ~The herp lerped a derp~
Tynezz
#167274454Saturday, July 11, 2015 8:58 PM GMT

I just typed in roproxy.pw in the address bar, and it didn't come up. Might be the problem of the script
filiptibell
#167274726Saturday, July 11, 2015 9:01 PM GMT

The main site is a tk domain, not a pw domain, but according to the site, all API requests should go through the pw domain :/ ~The herp lerped a derp~
filiptibell
#167276401Saturday, July 11, 2015 9:19 PM GMT

Still can't make it work... Are there any other proxy sites like this?? ~The herp lerped a derp~
digpoe
#167276527Saturday, July 11, 2015 9:20 PM GMT

Use rproxy.pw
CynicalBusiness
#167276616Saturday, July 11, 2015 9:21 PM GMT

The wiki on HttpService seems to claim it's on the tk domain, which resolves. The pw domain, however, has no DNS records. Where are you looking that mentions a pw domain?
FloweryMonkeyboy5
#167276752Saturday, July 11, 2015 9:23 PM GMT

The API you're trying to call is invalid.
FloweryMonkeyboy5
#167277239Saturday, July 11, 2015 9:28 PM GMT

I think the url you have to call to is http://roproxy.pw/rapi/API/users/friends/json?userId="..tostring(UserID).."&page=" page is optional but if you fill in a number it will retrieve that page of friends. If it's left open it will get the first page. And if a number is filled in that doesn't exist it will return nothing.
FloweryMonkeyboy5
#167277293Saturday, July 11, 2015 9:29 PM GMT

Or just check this page out: http://api.roblox.com/docs#Friends
filiptibell
#167277884Saturday, July 11, 2015 9:37 PM GMT

@digpoe Didn't work either. :( @CynicalBusiness I visited the tk domain, which in turn had some additional information about using roproxy.pw for requests. @FloweryMonkeyboy5 Tried everything mentioned, I'm still getting the CURL error. Any more ideas? I'd love for this to work since Player:GetFriendsOnline() doesn't. ~The herp lerped a derp~
digpoe
#167280046Saturday, July 11, 2015 10:04 PM GMT

rproxy.pw is fine for me
filiptibell
#167281031Saturday, July 11, 2015 10:16 PM GMT

@digpoe rproxy.pw gives me the message "No API found with the name x" If it's working for you, what API(s) are you using? ~The herp lerped a derp~
AK47Aidenthe2nd
#227680323Saturday, November 18, 2017 8:03 PM GMT

so I tried to go into a game and it kept saying CURL error does anyone know what I should do?
Proxinable
#227682165Saturday, November 18, 2017 8:45 PM GMT

What's wrong with the current online friends system in Alone?
AlvinBLOXX
#227685046Saturday, November 18, 2017 9:50 PM GMT

try rprxy.xyz
GodShowsTheWay
#227685083Saturday, November 18, 2017 9:51 PM GMT

this post was made in 2017 and some clueless nobbo brought it back up i'm sure fliptibell solved his problem after 2 years or just doesn't care anymore
Proxinable
#227686566Saturday, November 18, 2017 10:31 PM GMT

OH. I always forget to check the dates, assumed this was a new thread. Lmao.
ScriptBased
#227687748Saturday, November 18, 2017 11:00 PM GMT

############################################################
ScriptBased
#228001540Saturday, November 25, 2017 12:03 PM GMT

Did you figure it out

    of     1