2012-02-10 3 views
0

새 애플리케이션을 만들었으며 face_type에서 access_token을 검색 할 때 문제가 발생했습니다. 심지어 모든 단계를 수행 한 후, 그러나 http://forum.developers.facebook.net/viewtopic.php?id=70773Facebook에서 access_token을 가져 오는 중 문제가 발생했습니다.

:이 페이지의 단계를 따라했습니다 https://graph.facebook.com/oauth/access_token?client_id=APP_ID&redirect_uri=http://apps.facebook.com/ctfbesmokefree/&client_secret=APP_SECRET&code=GENERATED_CODE

: 나는 AUTH_TOKEN에 대한 다음과 같은 요청을 인증 코드를 검색하고 생성 할 수 있어요

및 응용 프로그램 설정 편집 auth_token을 생성 할 때 여전히 다음과 같은 오류 메시지가 표시됩니다.

{ 
    "error": { 
     "message": "Invalid redirect_uri: Given URL is not allowed by the Application configuration.", 
     "type": "OAuthException" 
    } 
} 

변경해야하는 다른 설정이나 누락 된 것이 있습니까?

답변