'SNS'에 해당되는 글 2건

  1. 2017.03.27 페이스북 경로 접근
  2. 2016.02.25 데이터분석 라이브러리 소개

## 170327 기준


* graph search 리스트 출력

   자동스크롤,

   id 경로(xpath) : .//*[@class='_3u1 _gli _5und']


* group의 맴버 리스트 출력 (public)

   url : https://www.facebook.com/groups/[fb id]/members

   [see more]를 클릭해야 리스트 확장됨

     -> [see more] 경로접근(jquery) : $("div[data-name='GroupProfileGrid']").children("div").children("div").children("a")

   id 경로(xpath) : .//*[@class='fsl fwb fcb']



## 170502 기준


* graph search 리스트 출력

   자동스크롤,

   id 경로(xpath) :.//*[contains(@class, '_3u1') and contains(@class ,'_gli')]

Posted by applicationlayer
:

http://m.blog.naver.com/tdon/70130438958


NodeXL 대박 - http://nodexl.codeplex.com/

Posted by applicationlayer
: