Hi, @BartLLM, I am unaware of an all-encompassing official n8n Meta node or a node for Instagram. There is one for Facebook, though. If you are running n8n self-hosting via Docker you can run the following commands to get a list of nodes that you have installed in your n8n instance,
First access the container:
docker exec -it n8n /bin/sh
Then navigate to the node_modules directory where n8n stores its nodes:
ls /usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/
This will display a directory listing of all installed nodes.