Hello, I have a question about the requestRecentGames method.
I want to fetch recent match data for users in the friend list, but I am not sure how this method is supposed to work. I expected the response to be delivered through the matchList event after calling requestRecentGames, but nothing is returned.
Am I using it incorrectly, or is there another event/callback I should listen to?
Any guidance would be appreciated.
Hello, I have a question about the
requestRecentGamesmethod.I want to fetch recent match data for users in the friend list, but I am not sure how this method is supposed to work. I expected the response to be delivered through the
matchListevent after callingrequestRecentGames, but nothing is returned.Am I using it incorrectly, or is there another event/callback I should listen to?
Any guidance would be appreciated.