2012-04-04 81 views

回答

0

这真的很简单,但现在有关于Web技术的想法我有点失落。我需要使用?,然后是参数名称,然后是=,然后是参数值来修改URL。

像这样

String url = "https://staging.doo.net/oauth/authorize?response_type=code&client_id=" + creds.clientId + "&redirect_uri=doo%3A%2F%2Fauthorize";