I have a page where there is a textbox for status to type. When I click on the button "Update" I need that status to be updated in "Facebook" and "Twitter" in sequencial order. Also we need to check if the user is logged in with "Facebook" and "Twitter" or not
Currently what I am facing problem is my browser allows "Facebook" popup for authentication and post the status. But when the time comes for the twitter authentication, it is being blocked by browser. Is there any way to show both of the popup appear sequentially.