skip to Main Content

I’m creating a chatbot with AI for my Instagram business. I’m using Node.js to connect with Instagram and OpenAI. My current problem is that I’m using a non-official API for Instagram (instagram-private-api). My question is whether there is any way to accomplish this using the official API of Instagram (the Facebook API). I couldn’t find information on how to access that API and use it in Node.js. Thanks in advance.

2

Answers


  1. personally i don’t have experience with the instagram and facebook APIs. but i do have experience in making chatbots, i suggest you use botpress (my personal favourite) it’s really simple and there are alot of resources out there on the internet where you can learn botpress.
    hope this helps 🙂

    Login or Signup to reply.
  2. You can try using this API service. You can make about 100 free requests using this link.
    https://lamadava.com/p/z6017Tup

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search