2012-04-04 82 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";