Social media report with n8n

Good evening dear member, I am a novice and I need your advice.

I want to automate social media reporting. so, chat gpt showed me a path, which is to create a graph API then connect it to n8n and n8n to Looker Studio. I experimented and got stuck in the graph API.

I would like, is this path possible? If so, any advice on how I can get there, if not how should I go about it?

thank you for your answers

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Issa_Boro

Thanks for posting here and welcome to the community! :tada:

We would need bit more details on where you are stuck at the moment. Do you see any errors?
Also, what’s your workflow so far?

Tip for sharing your workflow in the forum

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!


If you’re just getting started I would also recommend to have a look in our workflow template collection, as there might be a good example for what you’re looking for.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.