http://topsy.com

  • 메시지에 첨부된 링크를 기준으로 검색 결과를 보여줌.
  • 트위터의 지명도와 RT등을 따짐.
  • 18개월간의 트윗데이터를 검색함.
  • 최근에는 링크가 없는 트윗 결과도 보여줌

설명

  • 미투데이 가입자 정보를 가져옴

URL

응답 XML 구조

<!ELEMENT person (id, openid, nickname, face, description, homepage, location, me2dayHome, rssDaily, inviteBy, friendsCount, pinMeCount, updated, totalPosts, postIcons)>
<!ELEMENT location (name, timezone)>
<!ELEMENT postIcons (postIcon)+>
<!ELEMENT postIcon (iconIndex, iconType, url, description, default)>

다시 Cygwin사이트(http://www.cygwin.com)에 가서 설치를 누른다.

해당 프로그램을 검색하여 Skip을 풀고 설치로 변경한 후 다음으로 넘어가면
그 프로그램만 설치하고 종료한다.

cygwin[그림] 검색 후 Keep으로 변경

괜히 full 인스톨해서 시간 잡아먹지 말고 필요한 것만 설치하는 것이 좋은 것 같다.

  • create_post
    • 글 작성
    • URL
    • 파라메터
      • post[body]
      • post[tags]
      • post[icon]
      • receive_xms
      • icon_url
      • callback_url
      • content_type
      • longitude
      • latitude
      • location
      • attachment
      • close_comment
  • get_latests
    • 최근 글 가져오기
  • get_posts
    • 글 가져오기
  • create_comment
    • 댓글 작성
  • delete_comment
    • 댓글 삭제
  • get_comments
    • 댓글 가져오기
  • track_comments
    • 최근 작성 댓글 가져오기
  • get_person
    • 회원 정보 가져오기
  • get_friends
    • 친구목록 가져오기
  • get_settings
    • 개인 설정 가져오기
  • get_tags
    • 태그와 태그를 포함하는 글 가져오기
  • noop
    • 사용자인증 테스트 혹은 서버 동작상태 검사
  • get_friendship_requests
    • 친구 신청내역 가져오기
  • accept_friendship_request
    • 친구신청 수락

 

참고 : me2API 사용설명서

+ Recent posts