Sending friend requests to offline players

I know how to send friend requests to players in the same server as you, using SetCore(), but i dont know how to send friend requests to offline players or players not in the same server as you, is there really no API to do this? ive searched and couldnt find a lot of information.

Not sure if it works, but here’s an endpoint. /v1/users/{targetUserId}/request-friendship
Friends API

The issue with that is that it requires authentication, and devs can only authenticate their own accounts, not other people accounts(such as in-game players). So this is only useful for things such as bots, etc.

As far as I’m concerned there’s no way to actually do this. Because the API needs authentication, and the :SetCore method needs a Player object.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.