Is it possible to allow a user post a tweet using a share button that will occupy the current window instead of opening a new popup? Since I’m using web intents for a callback function, it’s necessary for the user to be returned to my website after the tweet has been posted.
Flow should be like so:
- My website
- Twitter (post tweet)
- My website (for callback handling)
All of the above should happen in the same window without any popups.
Is it possible?