首页 新闻 会员 周边

新浪的API怎么调用https://api.weibo.com/2/account/get_uid.json

0
[已关闭问题] 关闭于 2014-05-13 14:34

function GetSinaUID()
        {
            WB2.anyWhere(function(W){
                //数据交互
                W.parseCMD('/2/account/get_uid.json', function(oResult, bStatus) {
                    alert(bStatus);
                }, {
                    source : '3427438677'
                }, {
                    method : 'get'
            });
        }

===========

这么写对吗,为什么获取不了数据??

北在北方的主页 北在北方 | 初学一级 | 园豆:180
提问于:2014-05-11 18:47
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册