About Sina Weibo open platform There are many problems, the online documentation is not very clear, the authorization mechanism to get me stumped not clear how it has been reported no permission email to developers also did not respond
Accidentally trying to get to a method states returned the following code for success:
1. In the head reference
<meta property= "Wb:webmaster" content= "8998f19501c5a01c"/><script src= "Http://tjs.sjs.sinajs.cn/open/api /js/wb.js?appkey= your own Appkey "type=" Text/javascript "charset=" Utf-8 "></script><link type=" Text/css "rel = "stylesheet" href= "Http://tjs.sjs.sinajs.cn/t3/style/css/common/card.css"/>
In 2.Javascript
<script type= "Text/javascript" >$ (function () {Wb2.anywhere (function (W) {w.parsecmd ("/statuses/home_ timeline.json?user_id=2922998432 ", Function (Sresult, bstatus) { if (bstatus = = True) {alert (sresult); }},{},{ method: ' Get '});}) </script>
Here's user_id fill in your own userid if you do not know the words to the micro-blog to view, or to Baidu search how to check their own userid here no longer explain in detail
If successful, pop-up object type Sresult can be debugged to see and then get the content according to your own needs; the first parameter of Parsecmd is the interface, the details of the interface to the Sina Weibo open platform API there to see their needs of http:// Open.weibo.com/wiki/%e9%a6%96%e9%a1%b5
-----It seems that all Sina Weibo interfaces do not support post but the default submission is still the Post method: ' GET ' is necessary,