Files
vczero.github.io/oschina/oauth2.html
T
2015-07-02 15:00:38 +08:00

16 lines
411 B
HTML

<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<script type="text/javascript">
var url = 'https://www.oschina.net/action/oauth2/authorize?response_type=code&client_id=';
url += 'RxWTp5EBfWDOwuFWnEy6';
url += '&redirect_uri=http://vczero.github.io/oschina/oauth2.html';
location.href = url;
</script>
</head>
<body>
</body>
</html>