blackberry webworks facebook share
问题 I want to embed fb and twitter share on my BB super app, but unfortunately BB doesn't support popups. Is there any way that I can embed fb and twitter share in my app, as we do it in blogs. Check the code to get popup. function share(){ var share = { method: 'stream.share', u: 'http://www.example.com' }; FB.ui(share, function(response) { console.log(response); });*/ /* $('#iframeDiv').show(); ServerCall(0,'html','shareFb.php',function(data) { //$('#Shareiframe').attr('src','http://m.facebook