I hav开发者_如何学运维e a mobile web application that uses the Javascript SDK to connect to facebook and use the Graph API to retrieve user information. When testing on an iPhone, the site works fine
I\'d like to detect if a user receives an apprequest during being in my app\'s canvas. Is 开发者_如何学JAVAthis possible via FB.Event.subscribe?
I am trying to post a message to the users wall using a application and FB.api. This is my page: <html xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:fb=\"https://www.facebook.com/2008/fbml\">
I can post an apprequest from my site onto selected friends\' walls with a call to FB.ui. I\'m doing this to replace an old call that goes via some 开发者_JAVA百科FBML, namely fb:multi-friend-selector
I am trying to add a Facebook Like button to a widget that I am creating.The code that I use to add the Facebook like button to my page is as follows:
My web application features a FB login button which is wired to some client side javascript to modify an html \"online\" element. The PHP side features the standard constructor
Steps to Reproduce: //Init Javascript SDK FB.init({ appId:\'204874249538850\', cookie:true, status:false, xfbml:true, oauth:true
So I\'m trying to implement posting of actions into the timeline using the JavaScript SDK, and am curious about the following two errors:
I use the JS-SDK to Login the Users in my FB-App but directly after the User authorized my App I\'m passing a AJAX Request in wich i need the FB-Session in Firefox its working as it should without any
Suddenly all my apps does not work the javascript I include in href, sample: <a hre开发者_如何学Pythonf=\"javascript:dosomething()\">click</a>