Open notashleel opened 1 year ago
do you able to create? it seems it also require stories endpoint too.
do you able to create? it seems it also require stories endpoint too.
I couldn't find a way to do it. However, I'll be surely working on making something like that in the 'future', After my exams that is!
I would love this feature too! Does anyone know when it will be available?
I checked API, it is easy to implement
@kingbotss How so? Which API do you specifically mean right here? Would you mind giving me a overview of how it can be implemented?
Use Instagram whitehat settings, read the API https://adw0rd.com/2020/03/26/sniffing-instagram-charles-proxy/en/
@kingbotss I got "protocol_version (70) - The TLS protocol version proposed by the client is not supported by the server" error. How do you resolve this error?
https://adw0rd.com/2020/03/26/sniffing-instagram-charles-proxy/en/
first, activate whitehat settings in your facebook account. and login with same facebook account in the instagram app. than enable whitehat setting in internal settings in instagram app.
enable proxy and reopen instagram app.
Form
Put an
[x]
if you meet the condition, else leave[ ]
.Description
Is there any way you can implement the new notes feature. You can make a feature which takes a string and then changes the note of the current instagram user which is logged in, to whatever the user provided! You can even add an option to choose it to close friends or followers you follow back
It will be good if you can even add it to Delete the current note or Get the current note.
For Example:
To update the note
ig.notes.update({ note: "Here goes the content", option: 1 // 0 = Follower you follow back, 1 = Close Friends })
To delete current note
ig.notes.delete()
To get current note of a friend or self
ig.notes.getcurrentnote("username") // username is optional, if not provided, then it provides the current logged in user's note! Returns undefined if no note is present