339r

Instagram Login Api

Nov 2nd, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. instagram login
  2. -----
  3.  
  4. END-POINT (POST)
  5. https://instagram.com/accounts/login/ajax/
  6.  
  7. ----$$$
  8. HEADERS
  9. User-Agent: *your user agent*
  10.  
  11. X-Csrftoken: missing
  12.  
  13. Accept-Language: en-US,en;q=0.9,ar-SA;q=0.8,ar;q=0.7
  14.  
  15. X-Instagram-Ajax: 1
  16.  
  17. X-Requested-With: XMLHttpRequest
  18.  
  19. Content-Type: application/x-www-form-urlencoded
  20. -----$$$
  21. BODY
  22. username=*yourusername*&enc_password=#PWD_INSTAGRAM_BROWSER:0:1:*yourpassword*&queryParams={}&optIntoOneTap=false
  23. ---$$$
  24.  
  25. instagram secure
  26. ----
  27. END-POINT (GET)
  28. https://i.instagram.com/*challenge-url-path*/?__a=1
  29.  
  30. HEADERS:
  31. User-Agent: *your user agent*
  32.  
  33. Cookie: *YourCookie 🔐*
  34. Content-Type: application/x-www-form-urlencoded
  35.  
  36. instagram secure
  37. ----
  38. END-POINT (POST)
  39. https://i.instagram.com/*challenge-url-path*/
  40.  
  41. HEADERS:
  42. User-Agent: *your user agent*
  43.  
  44. Cookie: *YourCookie 🔐*
  45.  
  46. Content-Type: application/x-www-form-urlencoded
  47.  
  48. X-Csrftoken: *Your-Csrftoken*
  49.  
  50. Accept-Language: en-US,en;q=0.9,ar-SA;q=0.8,ar;q=0.7
  51.  
  52. X-Instagram-Ajax: 1
  53.  
  54. X-Requested-With: XMLHttpRequest
  55.  
  56. -----$$$
  57. BODY (Send Method)
  58. choice={your-value}
  59. BODY (Send CODE)
  60. security_code={the-code}
  61. -----$$$
  62.  
Add Comment
Please, Sign In to add comment