How to post to Facebook with n8n

4 Likes

Thanks for this tutorial, but I follow all the steps but still have a problem mentioned on this link

I’m getting “(#200) This endpoint is deprecated since the required permission publish_actions is deprecated” if I’m testing it, do you have any solution for that?
I have already given all Permission over Graph API Explorer and copied the scret from there.
n8n version : 1.72.1
Database : default
n8n Executions : default
Running n8n via : Docker
Operating System : Linux

I think it might caused by using the wrong token type. Be sure to use a page token, not a user token.

Not sure if this is what you ran into but posting a FB Group via API is no longer allowed by Facebook. (As of April 2024)

Thank you for your sharing! Let me try it.

I had the same problem and figured it out by redoing the app in meta developer and adding these four options: pages_show_list, business_management, pages_read_engagement, pages_manage_posts, public_profile

Hi, I tried to find the public_profile anywhere but seem like they removed it. How about your system?

Why do you have to have a developers account to do a simple post request to a facebook page? I can do that in dozens of programs without having to setup with developers… What am I missing?

Thank you for posting this tutorial, also do you have tutorial for automate comment , thanks!