Another question from me. I'm building a facebook tab. To change from one page to another I'm using AJAX calls, so no page refreshing is done. Because the page is not reloaded, the url doesn't change, but I'd still like to add something like "#you-are-now-here" at the end of the url, something that is possible in a normal website outside facebook. Does anyone know how to do this?
Example:
Original url: https://www.facebook.com/pagename/app_appid
The url I want: https://www.facebook.com/pagename/app_appid#you-are-now-here
