인스타그램API를 통해 토큰값을 호출하려한다.
https://instagram.com/oauth/authorize/?client_id=CLIENT-ID&redirect_uri=REDIRECT-URI&response_type=token
그런데 오류가발생함.
403 Implicit authentication is disabled
어느 블로그에서 원인을 찾은듯하다
The Instagram API uses the OAuth 2.0 protocol for simple, but effective authentication and authorization. OAuth 2.0 is much easier to use than previous schemes and developers can start using the Instagram API almost immediately. The one thing to keep in mind is that all requests to the API must be made over SSL (https:// not http://).
무슨말인지 나도 모르겠다 (영어 포기했음)
어쨋든 해결방법은 이러함.
Manage Clients > Security > Disable implicit OAuth 를 체크 해제
혹시나 이미 체크가 해제되어있는 경우라면
체크하고 Update > 체크해제 Update로 확인사살 한번 해주면 될듯함.
'프로그래밍 > etc.' 카테고리의 다른 글
듀얼모니터 울트라몬 UltraMon (0) | 2016.01.29 |
---|---|
윈도우8 포맷 윈도우7 설치 (0) | 2014.08.28 |
데스트탑 PC를 서버로 만들기 (0) | 2013.04.11 |