For an application I am developing, we allow users to add a link to their Facebook Page (strictly page, not Profile, not Group, only a Page).
I cannot find anything about validating whether the URL I received (server-side, PHP) is actually a valid Page URL.
Even better if I can get the “true” URL information, i.e. minus the #! if there is one. I can manage this with some parsing but I’d rather Facebook tell me.
I have the similar task, first I ask Facebook for normalized URL (without !#, etc):