Open default browser with url from xojo

Hello guys,

I have to open a link from xojo with the default browser to authenticate on an api. i did used shell and open command but it seems that the arguments were not passed via the shell, if i take the link and i pass it directly on the browser i get the login, if i use the shell and open command than it does not work.

It is mandatory to be used the default browser so i cannot use in built xojo parts like html browser and so on .

any ideas are welcomed, thanks

Aurelian

[quote=150907:@Aurelian Negrea]Hello guys,

I have to open a link from xojo with the default browser to authenticate on an api. i did used shell and open command but it seems that the arguments were not passed via the shell, if i take the link and i pass it directly on the browser i get the login, if i use the shell and open command than it does not work.

It is mandatory to be used the default browser so i cannot use in built xojo parts like html browser and so on .

any ideas are welcomed, thanks

Aurelian[/quote]

Showurl(“http://mysite.com”)

that was fast, and easy in the same way, thanks