facebook-javascript-sdk
How do I show errors returned from the Javascript SDK
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[详细]
2023-04-06 18:59 分类:问答Advice for website authentication system that queries facebook API [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_JAVA百科[详细]
2023-04-06 18:58 分类:问答FB.Event.subscribe Event is unstable?
I\'m using Facebook Javascript SDK. Using FB.Event.subscribe is unstable because sometimes it does not catch[详细]
2023-04-06 14:45 分类:问答What is the Fb.ui feed picture size limits?
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[详细]
2023-04-06 11:05 分类:问答How do I login with javascript but store userinfo with php/mysql?
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[详细]
2023-04-05 17:15 分类:问答What is the correct way to request permissions in a Facebook iFrame application with the JS SDK?
I\'m currently using a method like this: FB.ui({ method: \'oauth\', perms: \"user_photos\" }, post_auth_callback);[详细]
2023-04-05 16:28 分类:问答Extend auth token without refreshing the page
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.[详细]
2023-04-05 15:56 分类:问答How to use Send Dialog to post to friends wall?
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.[详细]
2023-04-05 14:33 分类:问答Facebook Login pop-up domains, ports, and protocols must match
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[详细]
2023-04-05 07:47 分类:问答FB.Canvas.getPageInfo no return in callback function
function getpageinfo() { alert(\'start\'); FB.Canvas.getPageInfo( function(info) { alert(\'got\'); alert(\'Width: \' + info.clientWidth + \' Height: \' + info.clientHeight);[详细]
2023-04-04 16:29 分类:问答