I created app on account @ etechice app name = ice_dev environment = dev
I usedhttps://github.com/twitterdev/account-activity-dashboard for webhook register and auth user.
whenever I auth user with this app, I m getting all the webhook.(direct message)
But when I auth user with LinqToTwitter in .net with same app credential I m not getting any webhook for the respected user.
in both case webhook endpoint is same.
Please help me out here
This post is very vague and you likely won’t get any helpful responses.
Dive more into how you’re using LinqToTwitter and what exactly you’re using it for. Does it even support the AAAPI?
Post some code snippets as well.
Hey @bobber205 Thank you so much for your response.
After little bit digging I found that while registering webhook i passed env_name
https://api.twitter.com/1.1/account_activity/all/:env_name/webhooks.json
but with LinqToTwitter we are not using any env_name
This might be the issue.
That is definitely the issue. Nice finding.
Is there any place where i could find the help ?
@andypiper @TwitterDev could you please look into this.
They are not responsible for bugs in the library or misuse of the library you are using.
Hey @etechice - I’m not familiar with this library, but it looks like it might not even be set up to work with the Account Activity API.
I suggest you use one of the libraries that our team actively maintains, such as this one:
Thanks for the assist @bobber205
Thank you @LeBraat
Issue resolved.
Missing one step POST account_activity/all/:env_name/subscriptions
https://developer.twitter.com/en/docs/accounts-and-users/subscribe-account-activity/api-reference/aaa-premium#post-account-activity-all-env-name-subscriptions
Perfecto! Glad to hear you got it working.
Happy developing