Facebook Graphi API Delete post

For testing I create a post and get back

[

{

“id”: “122143988240297037”,

“post_id”: “290473254152942_122143988264297037”

}

]

I have set a wait for 2 minutes then want to delete the post.

I need the setting for n8n Facebook Graph API

HTTP Request Method = DELETE
Graph API Version = v20.0
Node =
Edge =

any options ?

Cheers

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 @Steve_Warburton,

According to their docs: Beitrag - Dokumentation - Meta for Developers, the post_id should go in the Node field and you can leave the Edge field empty:

Could you try it out and see if that works? If not, what errors are you getting?

That great (simpler than I thought )

So for anyone else that needs it. I added a wait for 2 minutes
the set the delete and added {{ $json.post_id }} (The post ID from the previous Facebook Node).

And it gets deleted.

2 Likes

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