You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks awesome. But I am having a hard time sending a message. If I click new message, it allows me to add users and type a message and hit send. Although when I put in an instagram username and type a message and hit send. It doesn't seem to be sending. The terminal shows this:
POST /api/send/message { users: '', message: 'hi' }
I'm assuming that there should be a user listed there, but there isn't. Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Ah ha, so the current UI only supports adding people from your friends list. Try adding a few people from your testing account (instagram official account is a good target as you can message it too).
Def a todo would be to use the instagram API to search usernames live and add them to the suggestion list.
This looks awesome. But I am having a hard time sending a message. If I click new message, it allows me to add users and type a message and hit send. Although when I put in an instagram username and type a message and hit send. It doesn't seem to be sending. The terminal shows this:
POST /api/send/message
{ users: '', message: 'hi' }
I'm assuming that there should be a user listed there, but there isn't. Am I doing something wrong?
The text was updated successfully, but these errors were encountered: