339r

Instagram Story Direct Massage Reactions [Web-Api]

Nov 2nd, 2020
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. Thanks for @5bub
  2.  
  3. instagram web dm api
  4. ----
  5. END-POINT (GET)
  6. https://instagram.com/direct_v2/web/ranked_recipients/?mode=reshare&query=*user-name*&show_threads=true
  7.  
  8. HEADERS
  9.  
  10. User-Agent: *your user agent*
  11.  
  12. Cookie: *YourCookie 🔐*
  13.  
  14.  
  15. Content-Type: application/x-www-form-urlencoded
  16.  
  17. Accept-Language: en-US,en;q=0.9,ar-SA;q=0.8,ar;q=0.7
  18.  
  19. X-IG-App-ID: 936619743392459
  20.  
  21. -----
  22.  
  23. instagram send reaction emoji
  24.  
  25. END-POINT(POST)
  26.  
  27. https://instagram.com/direct_v2/web/threads/broadcast/reel_react/
  28.  
  29. HEADERS:
  30. User-Agent: *your user agent*
  31.  
  32. Cookie: *YourCookie 🔐*
  33.  
  34. Content-Type: application/x-www-form-urlencoded
  35.  
  36. X-Csrftoken: *Your-Csrftoken*
  37.  
  38. Accept-Language: en-US,en;q=0.9,ar-SA;q=0.8,ar;q=0.7
  39.  
  40. X-Instagram-Ajax: 1
  41.  
  42. X-Requested-With: XMLHttpRequest
  43.  
  44. X-IG-App-ID: 936619743392459
  45.  
  46. -----$$$
  47. BODY (Send Method)
  48. action=send_item&client_context=6700384104962774*3RandomNumber*&media_id=*id-media*&thread_id=*id thread*&reaction_emoji=*emoji*
  49. -----$$$
  50.  
Add Comment
Please, Sign In to add comment