I have requests in Fiddler`e there from the desktop program is sent

signed_body = 01935b90095f78316ba32a14d4148e94952fb78e8c578c8437581df8f9ed5b26

The value of the signed_body is generated by the program. Now I would like to know who can help with this. Who can already work with mobile instagram requests?

  • Ask the question, what do you need to do? - 6o6ep
  • I found here an example script for php ru.stackoverflow.com/questions/803533/ ... I need to send a request and the request needs a signed_body and it is generated so I wanted to know how - GamiD PC
  • I found here a way to generate ru.stackoverflow.com/questions/803533/… function GenerateSignature ($ data) {return hash_hmac ('sha256', $ data, 'b4a23f5e39b5929e0666ac5de94c89d1618a2916'); } I can not understand what data to write instead of $ data - GamiD PC

0