I want to display my player’s friends along with Presence information such as what current game they’re playing
So I’m using this Roblox endpoint to get my user’s online presence information: https://presence.roblox.com/v1/presence/users
Which works fine when I use it on my machine or on the swagger documentation (Swagger UI), but whenever I use it on my Roblox game it doesn’t seem to return information such as LastLocation, GameId, PlaceId and other stuff. Im assuming it’s because it doesn’t use my cookie, should I try to pass in one of my alt accounts cookie’s???
Are there any other solutions or have I been doing something wrong? (no errors/warnings btw)
I know that there’s a solution because I’ve seen games such as Friend Checker achieve this. (Screenshot shows my friend viscera clearly playing Murder Mystery 2 so somehow they got the current game Id)
Any help is appreciated