-
-
Notifications
You must be signed in to change notification settings - Fork 199
Twitter api key setup
- ! You need access to both v2 and v1.1 api endpoints
- ! This requires elevated access
-
Open the Twitter developer dashboard and create a new
API Project
. -
Navigate to its overview page and click
Add App
. (Image 1) -
Click
Create new
. -
Select
Production
and clickNext
-
Enter your app name and click
Next
. Any name will suffice. -
Save your
API Key
andAPI Key Secret
. You will need to enter the key and secret in harpy.- Note: The
Bearer Token
will not be needed for harpy.
- Note: The
-
Click on
App settings
and in theUser authentication settings
at the bottom click onSet up
. -
App permissions
:8.1. Enable
Read and write and Direct message
. - Note: Enabling direct message is optional as harpy doesn't yet show DMs in the app. -
Type of App
:10.1 Keep
Native App
selected. -
App info
:11.1.
Callback URI
: enterharpy://
11.2.
Website URL
: enter any url, e.g.http://example.com
11.3. Other fields can be left empty.
-
Click
Save
and confirm the dialog withYes
- Note: The
Client ID
andClient Secret
will not be needed for harpy.
- Note: The
You are now all set up!
You can now build harpy with your own api key and secret or enter the API Key
and API Key Secret
into the key
and secret
fields in the custom api setup page in harpy to use your own API access in the public harpy build.
The custom api setup page is available through the 3-dot menu in the top right of the login page.