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?
Thanks for posting here and welcome to the community!
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.