I have a Single Page Application where the url structure is typically http://mysite/#myview
I am trying to add this url to the list of authorized redirect URLs in the LinkdIn app settings but I am getting this error message:
Does this mean that there is no way I can redirect back to any url that contains # from LinkedIn API?
I have been able to do this making similar calls to the Twitter API, however they do not require you to register the URLs with them first in the way that LinkedIn does

http://mysite/callback, that in turn does an HTTP redirect to the one you want. - Petko Bossakov