アットウィキロゴ

オーナーIDの取得

$.getData('/people/@viewer/@self', {}, function(people) {
       var person = people[0];
       if(person.isOwner){
             console.info(person.id);
       }
}







最終更新:2009年06月10日 16:03