If you are getting “App temporarily unavailable” FBJS errors like following on your Facebook apps pages:
App temporarily unavailable
Runtime errors:
URLExceptionInvalid scheme for url (javascript:)
URLExceptionInvalid scheme for url (javascript:void(null))
Solution
Search in your html code any reference to javascript in a href=”javascript:” tags. Just remove them and use onClick event instead.
Hope that helps.