Hi!
I am trying to develop an app where the user can subscribe to twitter webhook, to receive their tweets to the app and display it there.
I am using the free version, I have set the enviorement, added url whitelist, subbed the user with url to enviorement, but I’m not receiving any events from twitter 
I have checked the subscriptions with the get api, and I do see the user registered with the url (so twitter validated the crc token) so I’m super confused why it’s not working.
Has anyone experienced similar things with webhooks or am I missing some important steps?
subscribe to twitter webhook, to receive their tweets to the app and display it there.
Just in case it didn’t say in the docs - the tweets you will get in the webhook are FROM the user subscribing only - not what they would get in their timeline from other users they’re following - for that you need https://developer.twitter.com/en/docs/twitter-api/v1/tweets/timelines/api-reference/get-statuses-home_timeline
If the web hook is what you need though, give https://github.com/twitterdev/autohook or https://github.com/twitterdev/account-activity-dashboard a try to see if it works.
2 Likes
system
closed
#3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.