call23re

XHR from the new Chat System

Oct 15th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. Thumbnail:
  2. http://www.roblox.com/thumbnail/avatar-headshot?userId=id here
  3. http://www.roblox.com/thumbnail/place?placeId=id here
  4.  
  5.  
  6. Friends:
  7. http://www.roblox.com/friends/list?pageSize=50&startIndex=0
  8.  
  9. Presence:
  10. http://www.roblox.com/presence/user?userId=84035214
  11. http://www.roblox.com/presence/users?userIds=idhere&userIds=idhere&userIds=idhere
  12.  
  13. Messages:
  14. https://chat.roblox.com/v1.0/send-message
  15. Request Type: Options
  16.  
  17. https://chat.roblox.com/v1.0/send-message
  18. Request Type: Post
  19. Info: {conversationId: id here, message: "message here"}
  20.  
  21. https://chat.roblox.com/v1.0/get-messages?conversationId= id here&pageSize=1
  22.  
  23.  
  24. https://chat.roblox.com/v1.0/get-unread-conversations?pageNumber=1&pageSize=30
  25.  
  26.  
  27. https://chat.roblox.com/v1.0/mark-as-read
  28. Request Type: Options
  29.  
  30. https://chat.roblox.com/v1.0/mark-as-read
  31. Request Type: Post
  32. Info: {conversationId: id here, endMessageId: 2}
  33.  
  34. Current:
  35. https://chat.roblox.com/v1.0/party/get-current
  36.  
  37. Conversations:
  38. https://chat.roblox.com/v1.0/get-user-conversations?pageNumber=1&pageSize=30
  39.  
  40. Remove From Party:
  41. https://chat.roblox.com/v1.0/party/remove-from-party
  42. Request Type: Options
  43.  
  44. https://chat.roblox.com/v1.0/party/remove-from-party
  45. Request Type: Post
  46. Info: {partyId: "party info here", userId: id here}
  47.  
  48. https://chat.roblox.com/v1.0/remove-from-conversation
  49. Request Type: Options
  50.  
  51. https://chat.roblox.com/v1.0/remove-from-conversation
  52. Request Type: Post
  53. Info: {participantUserId: id here, conversationid: id here}
  54.  
  55. Invite:
  56. https://chat.roblox.com/v1.0/party/get-invites?pageNumber=1&pageSize=30
Advertisement
Add Comment
Please, Sign In to add comment