0
は、私は簡単な使用して、アプリケーションのFacebookタブを認可するFB.uiを使用していますページタブにFB.uiに設定されていません:OAuth 2.0のクッキーが
FB.init({
appId : '<%= Facebook::APP_ID %>',
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true, // parse XFBML
channelUrl : 'http://<%= request.host_with_port %>/channel.html', // Custom Channel URL
oauth : true //enables OAuth 2.0
});
FB.ui({
method: 'oauth'
},
function(response) {
// do some redirect stuff here
});
認可罰金になりますが、ユーザーがアプリケーションを確認した場合でも、関連するfbsr_xxxxx Cookieが設定されていません。それを強制する方法はありますか?レスポンスオブジェクトにはuser_idが含まれていますが、signed_requestで標準フローを使用します。