You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to show the link of the tweet generated by bot https://twitter.com/osm_events on event page, so that it is possible to use that for later retweets?
The text was updated successfully, but these errors were encountered:
It's a bit tricky to do, because the tweet is done asynchronously, since the Twitter API might be unavailable or slow and I don't want to hold up the page load. I'd have to do some event polling from the front end and display a message as soon as I have the link to the tweet, but I will have to build some infrastructure to support this.
Is it possible to show the link of the tweet generated by bot https://twitter.com/osm_events on event page, so that it is possible to use that for later retweets?
The text was updated successfully, but these errors were encountered: