javascript - Facebook FB.UI feed dialog too wide on Android -
i notice fb feed dialog large on android devices.

how fix it? tried setting width using fb.canvas.setsize() did not change ...
fb.ui({ method: 'feed', name: "...", link: ..., picture: ..., message: '', description: '...', redirect_uri: ..., caption: " " }, function(response) { ... });
Comments
Post a Comment