How to edit a post in a forum that uses Xenforo?

Describe the problem/error/question

Can someone share me an example on how to edit a post in xenforo forum type? I had a look at their API and it doesn’t seem to support oauth login and the endpoints only works if you are the Admin of the forum. What I want to do is edit a post as a member on a forum that doesn’t belong to me

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

if you want to edit existing post or thread via api you can do it .
go to xenforo admin panel click on api
and configure it as

Key Types : User Key (Enter here username)

Allowed scopes
node:read
thread:read
thread:write

no other permission required for editing thread or post

That only works if you’re the admin of the forum which I’m not. I’m looking to edit posts that I posted someone else’s forum

You need an API key to make changes. You cannot unless you use your username and password and then use n8n to scrape you information. Find what you want to replace for your OWN account. Otherwise, you won’t be able to edit other peoples posts.

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