>> Facebook.Session.create.fql_query "SELECT page_url FROM page WHERE page_id=12345"
=> []
I never retrieve the page_url of my page (page_id="12345" and
status=unpublished).
These methods return page_url only when a page is published and
unfortunately some pages that i want might be unpublished.
Of course it works with a session key but i don't want to force the
user to install my application.