Facebook like button opens popup window instead of edge.create event - facebook-javascript-sdk

I am using facebook api to like a page, I am following this process
1) Click to Login to facebook
2) Click Like Button after login
Now the problem is, after login first time, when i click on the like button, it a popup window, instead of firing the edge.create event. But works correctly when i unlike and re like the page, Or reload the page.
This is the screenshot

Related

How to prevent browser back button after user logout in Jetstream?

After logout from dashboard, when I click the back button, the dashboard window appears. Whenever i click back after logout, it should go to the home page.

How do I bring a User control to the front in a form

I have a loginForm.vb, and 3 user controls: promptEmail.vb, promptLogin.vb, promptEmailRecovery.vb.
When I launch the app I want the Login Form to load the promptLogin.vb by bringing it to front.
Then when I click forgot password which is a button in promptLogin.vb, I want it to load the promptEmailRecovery.vb and hide the prompt login.
How can this be done?
Bring the login prompt to the front in the designer through its context menu there. Then it'll be in front when the form loads.
In the .Click event handler for the forgot password button, Call .BringToFront() on the promptEmailRecovery user control.

I am having trouble while clicking a "Submit An App" button on my application which is present on the Menu bar

I am using the below code for this, this is present inside a frame and this also clicks the button but after button is clicked the control is lost. The possible reason i see is the page lands on same page which extra options after the "Submit An App" button is clicked.
I am using c# to code it. The first line finds the button the second line clicks but go for a timeout. I have seen this behavior fist time not sure how to work it out.
IWebElement field = VelocityDriver.FindElement(By.Id("AppSub"));
SeleniumExtensions.ClickElementAndContinue(field);

Cancel button doesn't close login popup in W8 Facebook C# SDK 6.1.2

I'm developing a Windows Store App using Facebook C# SDK 6.1.2 (https://github.com/facebook-csharp-sdk/facebook-windows8-sample).
But, I have a problem: after opened login popup, if user click on Cancel Button nothing happened.
I think that the login popup must be closed.
Is there a way to handle the cancel button event click? Or this is a sdk issue?
the cancel button is in the facebook page itself , and you can't handle it inside this frame , but if the user want to cancel the operation he can press ESC button , or click on the back arrow on the left top of this frame that next to connecting to a service.

Dotnetnuke popup login control with the modalpopupextender

I'm trying to create a modal popup login control for dnn using the ModalPopupExtender in the AjaxToolkit. An issue that I'm running into is that when I click the "Login" button on the popup login form, if the login fails for some reason or if the user needs to update some information before moving on, the modal popup is cleared and the user is never notified that they need to change the information and the login cannot proceed.
Does the ModalPopupExtender provide the ability somehow, to mimic a wizard type of interface so that if my login failed then the next control would be rendered in the popup (e.g. "user must change password"). Someone please help.
You can use the wizard control inside of the modalpopupextender.