I have a Tweet Button on my website as described in this article. I am trying out the below use case from the button under the subject Tweet creation flow.
- Logout from Twitter.
- Click on the button.
- Enter username and password, click on
Log in and Tweet. - Twitter redirects the user to a new page with no query parameters hence the textarea is not auto-filled with the Tweet passed.
The above use case is working fine in Firefox. Any insight about this behavior in Chrome? Can this be considered as a bug from Twitter?