Jump to content
McKay Development

Kraxie

Member
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Gender
    Female

Kraxie's Achievements

  1. What is 'client' and I assume this is only triggered when the account recieves an invite and doesn't trigger for the invites it currently has. If there isn't a way, can I load the friend invites page and get all friend invites from there? Update: Okay, so I ended up with this to check current invites: community.httpRequest("http://steamcommunity.com/my/home/invites/", (err, response, body) => { if (err) { console.log("Error: %s", err.message) } else { // Sort them here } })
  2. Hello! So, I noticed there's getNotifications() to get the number of notifications, but can I actually get, for example, who I have gotten a friend invite from? Thanks!
×
×
  • Create New...