-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
Productionand clickNext -
Enter your app name and click
Next. Any name will suffice. -
Save your
API KeyandAPI Key Secret. You will need to enter the key and secret in harpy.- Note: The
Bearer Tokenwill not be needed for harpy.
- Note: The
-
Click on
App settingsand in theUser authentication settingsat 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 Appselected. -
App info:11.1.
Callback URI: enterharpy://11.2.
Website URL: enter any url, e.g.http://example.com11.3. Other fields can be left empty.
-
Click
Saveand confirm the dialog withYes- Note: The
Client IDandClient Secretwill 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.