Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sending Instagram DM with API [closed]

I’m currently trying to find a way of sending Instagram DMs to specific users via an API (im building an iOS app and this is one of the functionality im trying to build). I know there are solutions that currently offer that (like Jarvee or Instazood) however none of them seems to offer an API that will allow me to do that in my own app. Given that Instagram current legacy of Instagram API that seems to allow DM will be discontinued on Dec 1st, I cant seem to find an option that enables me to do that. Any idea guys ?

like image 789
Assem Chammah Avatar asked Nov 27 '18 21:11

Assem Chammah


1 Answers

Hey you can use https://github.com/dilame/instagram-private-api to send dm's to your user. It's written in node but you can find other libraries in other languages

like image 71
beafb Avatar answered Nov 03 '22 11:11

beafb