I wrote a code that can login to messenger, but I couldn't send a message to a user. how can i do this? What I want is to log in to messenger.com and send messages to Instagram users in a txt file in order. (I want to perform this operation using the python requests library)
result = requests.post(data, headers), but you will need to read their documentation if they provide any to know the shape of the data and how to provide your header(s) (maybe just the auth token)