-
### Which node are you reporting an issue on?
Node-Red-Node-Twitter
### What are the steps to reproduce?
- Open an node red project
- Install Node-Red-Node-Twitter
- Insert a node twitt…
-
- [Figma prototype](https://www.figma.com/proto/mEE2P03WRcY3zzEzSXumvN/User-Profile?page-id=0%3A1&node-id=36-283&node-type=frame&viewport=-2686%2C-1456%2C1&t=3QuJ2CwQTSacL5fV-1&scaling=min-zoom&conten…
-
I installed the package as specified and my code is as follows;
```
import { TwitterApi } from "twitter-api-v2";
const client = new TwitterApi({
appKey: "XXX",
appSecret: "XXX",
acce…
-
https://youtu.be/xkNOKSNSoVI by Philip James, Eventbrite (not @philipjameson)
Suggested by @stripethree
-
Hi
Trying to send a tweet I get the error
"You currently have access to Twitter API v2 endpoints and limited v1.1 endpoints only. If you need access to this endpoint, you may need a different acce…
-
I want to grab posts, processing, and send it to discord when there's a new post.
Access token has Read, Write, and Direct Messages permissions for sure.
Here's my code
````
const express = requir…
-
-
# Description
Add a section below the hero container and footer with quick navigation icons to social links:
- Github: https://github.com/Redot-Engine/redot-engine
- Discord: https://discord.gg/redo…
-
Here's my submission for this week.
I wanted to focus on the twitter thread creation, I've got some good stuff, but I encountered an issue when trying to directly post medias, maybe someone could t…
-
When I added NODE_ENV in build and start commands in package.json as you suggested in the last module,
`"scripts": {
"dev": "NODE_ENV=development nodemon backend/server.js",
"start": "NODE_…