-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Arcade to 1.0 #93
Update Arcade to 1.0 #93
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, im going to clone locally & run my tests and granted it all works I'll approve & merge.
thanks for doing this!!
README.md
Outdated
Regardless of the method you choose, you will need to set these environment variables in your `.env` file: | ||
|
||
- `TWITTER_USER_ID` - The ID/email of the Twitter account you want to use to post to Twitter. | ||
- `LINKEDIN_USER_ID` - The ID/email of the LinkedIn account you want to use to post to LinkedIn. | ||
|
||
#### Arcade setup | ||
|
||
Create an Arcade account [here](https://www.arcade.dev). After you register, [get an Arcade API key](https://docs.arcade.dev/home/quickstart?lang=typescript). Set this value as `ARCADE_API_KEY` in your `.env` file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regardless of the method you choose, you will need to set these environment variables in your `.env` file: | |
- `TWITTER_USER_ID` - The ID/email of the Twitter account you want to use to post to Twitter. | |
- `LINKEDIN_USER_ID` - The ID/email of the LinkedIn account you want to use to post to LinkedIn. | |
#### Arcade setup | |
Create an Arcade account [here](https://www.arcade.dev). After you register, [get an Arcade API key](https://docs.arcade.dev/home/quickstart?lang=typescript). Set this value as `ARCADE_API_KEY` in your `.env` file. | |
#### Arcade setup | |
Create an Arcade account [here](https://www.arcade.dev). After you register, [get an Arcade API key](https://docs.arcade.dev/home/quickstart?lang=typescript). Set this value as `ARCADE_API_KEY` in your `.env` file. | |
Then, you will need to set these environment variables in your `.env` file: | |
- `TWITTER_USER_ID` - The ID/email of the Twitter account you want to use to post to Twitter. | |
- `LINKEDIN_USER_ID` - The ID/email of the LinkedIn account you want to use to post to LinkedIn. |
Using the linkedin/twitter api directly doesn't req this since you set the access tokens/user urn (linkedin) for the specific user you authorized in the .env
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
worked like a charm. thanks!
Thanks for the review and the catch @bracesproul! |
This PR:
arcadejs
to the latest release (1.0.0)