like,insight情報取得方法

15 views
Skip to first unread message

Nio Shingo

unread,
Jun 2, 2014, 3:28:58 PM6/2/14
to facebo...@googlegroups.com
 
下記のコードでページでlike数がnullになる。同じアクセストークンと
Pageが返したIDを使いgraph api explorを使うとlike数は取得できる。
なにを違うのですか?

  ResponseList<Page> hitlist=facebook.searchPages(query);
        for(Page hit :hitlist)
        {
            likecnt+=hit.getLikes();
        }
Reply all
Reply to author
Forward
0 new messages