Hai,
When a user has no access_token when using the api, my program generates an url and redirects to that url. At callback, the user is AnonymousUser. How does my program know what user I was before callback?
Or do I have to handle the callback from within a frame or so?
Thanks, Ernst