Hello, I want to get my account bookmarks with N8N, I’ve successfully authenticated with Twitter API, but the problem with the scopes. I need to call this endpoint to get my bookmarks https://api.twitter.com/2/users/{id}/bookmarks
. But, unfortunately, due I am not authorized to access this because N8N by default only give 14 credentials (image below), and read.bookmarks
is not with them. Any suggestions?
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:
Hey @yousifsabah0,
The quickest option could be to make a generic oauth2 credential and include the scopes you need there.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.