Facebook Application display blank page

229 Views Asked by At

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=...&amp;v=1.0&amp;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

1

There are 1 best solutions below

2
On

There's been so many changes to platform in the last two years it could be anything. If it was an FBML app, it's completely broken and needs to be reimplemented as an Iframe app. If it was using Oauth 1 it probably displays OK but login is broken, etc.

From your question it appears to be FBML related, in which case you need to reimplement the app using the current APIs instead of the old FBML tags