팁게시판

티스토리 api 등록

작성자 정보

  • 관리자 작성
  • 작성일

컨텐츠 정보

본문

https://www.tistory.com/guide/api/manage/register

 

https://tistory.github.io/document-tistory-apis/

 

https://www.tistory.com/oauth/authorize?
  client_id={client-id} //App ID
  &redirect_uri={redirect-uri} //CallBack 주소
  &response_type=code

 

동의 확인

 

https://triplexlab-api.tistory.com/?code=</a>&nbsp;XXXXXXXXXXXXXXXX...&amp;state=  발급다.code=XXXXXXXXXXXXXXXX... 이 Authentication Code

 

엑세스 토큰 발급

GET https://www.tistory.com/oauth/access_token?
  client_id=처음에 앱등록할때 받은 App ID
  &client_secret=처음에 앱등록할때 받은 Secret Key
  &redirect_uri=해당 티스토리 블로그 주소
  &code=방금 위에서 발급받은 code
  &grant_type=authorization_code

 

요소검사

img.webp

관련자료

댓글 0
등록된 댓글이 없습니다.

최근글


  • 글이 없습니다.

새댓글


  • 댓글이 없습니다.
알림 0