336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
티스토리 API 요청할 때 저게 돌아오면 자동으로 화가 납니다
GET https://www.tistory.com/oauth/access_token?
client_id={client-id}
&client_secret={client-secret}
&redirect_uri={redirect-uri}
&code={code}
&grant_type=authorization_code
하나라도 잘못 입력하면 저 응답이 돌아옵니다.
적당히 다시 만듭시다.
www.tistory.com/guide/api/manage/view
안 들어가지시면
www.tistory.com/guide/api/manage/register
{client-id}
{client-secret}
{code}
크롬 열고
https://www.tistory.com/oauth/authorize?
client_id={위에서_만든_앱_아이디}
&redirect_uri={위에서_쳤던_주소}
&response_type=code&state=aa
https://www.tistory.com/oauth/1.237.220.38?
code=여기에 나온 코드가 위에 칠 코드입니다
&state=someValue
잘 복사해둡니다.
좀 쓰면 리셋되지만..
authorization_code
그냥 그대로 둡니다.