====== Facebook ======
* description : 페이스북 관련 내용 기술
* author : 주레피
* email : dhan@repia.com
* lastupdate : 2020-04-03
===== 토큰 검증 체크리스트 =====
사용자 액세스 토큰 ? 페이지 엑세스 토큰 \\
결과 확인 https://graph.facebook.com/unikorea/feed?fields=id,from,message,picture,permalink_url,application,created_time,updated_time,attachments&limit=10&date_format=U&access_token=${페이지액세스토큰} \\
===== Troubleshooting =====
발급 받은 토큰이 User, Page인지 반드시 확인 하자.
===== 영구 토큰 발급 방법 =====
도구 > 그래프 API 탐색기에서: 페이지ID?fields=access_token
결과 값에 영구 토큰이 있음
페이지ID는 도구 > 액세스 토큰 디버거에서 페이지ID 확인 가능
[[https://sowon-dev.github.io/2021/01/31/210201facebookPermanentToken/|페이스북 영구 토큰 발급하기]] \\
[[https://gmyankee.tistory.com/239|페이스북 페이지 액세스 토큰 만료 없애기]] \\
===== Ref =====
[[https://developers.facebook.com/docs/graph-api/reference/v6.0/page/feed|feed 명세]] \\
[[https://developers.facebook.com/docs/graph-api/overview/rate-limiting/|]]
> 시간당 200회
[[https://developers.facebook.com/docs/facebook-login/guides/access-tokens#pagetokens|액세스 토큰]] \\
[[https://developers.facebook.com/docs/facebook-login/guides/access-tokens/get-long-lived|장기 실행 액세스 토큰]] \\
{{tag>주레피 facebook feed}}