-
Notifications
You must be signed in to change notification settings - Fork 97
Documentation incorrect #8
Comments
Hey there, what specifically are you referring to that is different? I can happily get the documentation updated as needed. Are you referring to the OAuth mode for webhook registration, or something else? |
Hi @andypiper, yeah sorry for not being specific enough. Exactly, I meant auth for webhook registration and adding subscription. Looks like it's totally different than the examples scripts in that repo (which actually works). |
I'll open this internally for our documentation, and I'll leave this issue open for now as a reminder. |
is this still valid? im getting this error can't subscribe to account activity api |
I have the same error. Do you find a solution ? @Mrwh0 |
Hi.. I have the same error.. |
well i set up a flask_rest_enpoint.py
run that rest server and use the account-activity-dashboard
hope it helps.. |
Having recently integrated. I would ask that this feedback be relayed to the documentation teams in twitter. 🙏 If we wouldn't have discovered this repo we would not have been able to finish an integration. Many of the endpoints mentioned in the documentation around registering a webhook, registering subscriptions etc weren't even the right endpoint in the documentation. We had to locate the correct one from the code here. |
Can you be specific so that we can fix the reference documentation? |
Unfortunately we pushed our way through it and managed to find this code base with the correct api's. So with out going through it with out the knowledge again I wouldn't be able to find it. I think this is an example of one: https://api.twitter.com/1.1/account_activity/webhooks.json but needs environment like found: https://github.com/twitterdev/account-activity-dashboard/blob/master/example_scripts/webhook_management/delete-webhook-config.js#L8 |
Hi, I'm wondering why is documentation totally different than this example? I mean creating webhook in that case - https://developer.twitter.com/en/docs/accounts-and-users/subscribe-account-activity/api-reference/aaa-premium#post-account-activity-all-env-name-webhooks ?
Or am I missing something?
The text was updated successfully, but these errors were encountered: