When using the Javascript API, the app is set up to return a value to my response page.
The querystring is pre-pended with a hashtag :
#access_token=blahblahblah
THe problem is that the server side cannot see the URL after the hashtag, is there a way to remove this from the return string?