페이스북 데이터 수집
- 소개
- 페이스북 데이터 수집을 위한 절차
- 절차
- 어플리케이션 생성
- URL - https://developers.facebook.com/apps
- 추출 : CLIENT_ID, CLIENT_SECRET
- URL - https://developers.facebook.com/apps
- 토큰 발급
- URL - https://developers.facebook.com/tools/accesstoken
- 추출 : USER_TOKEN
- a lifetime of about an hour or two.
- URL - https://developers.facebook.com/tools/accesstoken
- 토큰 연장
- URL - https://graph.facebook.com/oauth/access_token?client_id=CLIENT_ID&client_secret=CLIENT_SECRET&fb_exchange_token=USER_TOKEN&grant_type=fb_exchange_token
- 출력 내용 예제
- access_token=ACCESS_TOKEN&expires=5184000
- ACCESS_TOKEN은 (3.)활용에 파이톤 API - access_token 값으로 사용
- 어플리케이션 생성
- 활용
- 파이톤 API
- https://facebook-sdk.readthedocs.org/en/latest/
로고 이미지
0 개의 댓글:
댓글 쓰기