0

我刚刚在我的网页中调用了以下代码。

FB.init({
appId  : 'XXXXXX',
status : true, 
cookie : true, 
oauth: true,
xfbml  : true  
});

FB.login(function(response) {
// handle the response
}, {scope: 'email'});

它不要求许可。请给我建议。

4

0 回答 0