I\'m working on a script that combines both the PHP and Javascript SDKs. It\'s a pretty basic script, and for the most part it works, but it\'s going to be used by others and I\'m trying to make it a
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_JAVA百科
I\'m using Facebook Javascript SDK. Using FB.Event.subscribe is unstable because sometimes it does not catch
I\'m using the Fb.ui feed and I\'m trying to find the picture size limits/requirements. Not all of my images appear 开发者_如何学Pythonusing the feed, and I\'d like to know exactly what the image requ
I have created a javascript based login for my latest application, and everything works fine. The problem is that i want to store all users in a database, an开发者_如何学JAVAd dont know how to do this
I\'m currently using a method like this: FB.ui({ method: \'oauth\', perms: \"user_photos\" }, post_auth_callback);
Users want to use my facebook app for many hours without refreshing the browser. But token expires in 2 hours. Now I ask users to refresh the page but that\'s annoying.
In the documentation for the \'Send\' di开发者_运维技巧alog, it says ... They’ll have the option to privately share a link as a Facebook message, Group post or email.
No matter what I do I get repeated javascript errors in chrome after the facebook-login box pops up. I am using just the bare minimum login script provided on the FB example site.I\'ve googled this t
function getpageinfo() { alert(\'start\'); FB.Canvas.getPageInfo( function(info) { alert(\'got\'); alert(\'Width: \' + info.clientWidth + \' Height: \' + info.clientHeight);