Skip to content

Instantly share code, notes, and snippets.

@s1ntoneli
Created June 13, 2017 12:12
Show Gist options
  • Select an option

  • Save s1ntoneli/23584c9bc3b0a529a03735996ee06a1f to your computer and use it in GitHub Desktop.

Select an option

Save s1ntoneli/23584c9bc3b0a529a03735996ee06a1f to your computer and use it in GitHub Desktop.
微博 jssdk 测试页面
<html xmlns:wb="http://open.weibo.com/wb">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="http://tjs.sjs.sinajs.cn/open/api/js/wb.js?appkey=2989424062&debug=true" type="text/javascript" charset="utf-8"></script>
<meta http-equiv="Access-Control-Allow-Origin" content="*" />
</head>
<body>
<button class="btn btn-info" type="button" id="wb_login">登录微博</button>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment