사용자가 내 facebook 탭에 로그인하여 컨테스트에 참가하도록 요청하는 대화 상자를 만드는 데 문제가 있습니다.Facebook FB.ui oauth dialog error
다음 코드와 함께 FB.ui oauth 대화 상자를 사용하려고합니다.
FB.ui({
client_id: '12345',
method: 'oauth',
scope: 'email,user_birthday',
response_type: 'token',
redirect_uri: "https://mydomain.com/test.php" // Change this to proper address
});
우리는 다음과 같은 메시지
API Error Code: 100 API Error Description: Invalid parameter Error Message: The "redirect_uri" parameter cannot be used in conjunction with the "next" parameter, which is deprecated.
우리는 아무데도 불구하고 다음 매개 변수를 사용하지 않는에게 얻을 redirect_uri로, 그것은 그 말을 왜 그렇게 확신하지를 포함합니다.
redirect_uri
을 제거하면 다음과 같은 메시지가 표시됩니다. 당신이 탭의 응용 프로그램 내에서 운영에 대해,이 반대
API Error Code: 191 API Error Description: The specified URL is not owned by the application Error Message: redirect_uri is not owned by the application.