[opensource-dev] New web search: how to get search_token or auth_token in v1 viewers ?

Henri Beauchamp sldev at free.fr
Thu May 26 12:41:53 PDT 2011


Greetings,

I backported the new web search to the Cool VL Viewer (Snowglobe v1.5
code base), however, I'm left a bit puzzled on how viewer 2 retrieves
the necessary authentication tokens (either earch_token or auth_token)...

Looking at (grepping) the code, I see no mention of these in
lllogininstance.cpp (if these options are like others, there
should be requested_options.append("search_token") and
requested_options.append("auth_token") calls in there...).

I tried to request these options in my backport, but both
getResponse("search_token") and getResponse("auth_token") keep
returning empty strings...

The net result is that I can only search for PG stuff...

Any clue as to how to retreive these tokens, or are the corresponding
options not yet implemented on the login server side ?

Henri.


More information about the opensource-dev mailing list