i have created one Facebook application (using CanvasFBMLBasePage) in Asp.net more than 2 years ago, and it was working fine.
i tried to check it today, and it was just shows me blank page.
in debug tool, it gives Response Code: 200
Errors That Must Be Fixed Can't Download: Could not retrieve data from URL.
in Scraped URL: it shows me below response
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><redirect url="http://www.facebook.com/login.php?api_key=...&v=1.0&next=Default.aspx"></redirect></head></html>
i have also added SSL url which was not there when created application.
not sure why suddenly application stops working, as i have not changed anything?
Thanks