I am trying to build an Instagram client for Linux. To login, I need to parse an URL like this:
http://my-host-name.com/path#access_token=TOKEN
But I can't figure out, how to get the anchor part in WebKitGTK, as get_uri() returns the URL without the anchor part, like http://my-host-name.com/path. Is there any way to retrieve it?