My application is iFrame App.Before, I can use $_REQUEST[\'fb_sig_logged_out_facebook\']to determine the facebook user is logout or not.However, with iFrame, I don\'t see that variable passing in.What
This is my first time working on a facebook app. I created an iframe app (i.e selected \'iframe\' as the \'canvas type\' when registering the app). I have this situation where there is a multi friend
I\'m developing a facebook application, using IFrame instead of FBML. I have a main page with a sub-iFrame inside. In the inner iframe (the invitation page) I have:
it is incredibly easy to hide content from someone who does not like your application...if you\'re using FBML. I\'m using an iFrame and the JavaScript SDK, and am having terrible difficulty figuring t
Is there a way to add an iframe to a facebook page without having to do the onClick functionality? Right now I am using this code and it works fine except you have to click the link to make it show t
I was experiencing a bug with my Facebook \'like\' buttons.The fix for the bug was posted here: http://wiki.github.c开发者_如何转开发om/facebook/connect-js/custom-channel-url
I get this error: You supplied an Open Graph type via one of the supported 开发者_如何学Pythonmeta tags, but the type you specified \"link\" is not valid.
I am developing a facebook application 开发者_JAVA技巧with iFrame render method. So in order to display my name, I used serverfbml tags. This is my code:
I\'m writing a Facebook iframe/Facebook Connect application with PHP client library and in one of the pages, I need to retrieve the user\'s current location, either city or country.
I am developing an iFrame application in facebook. What is the syntax to get the locale of an user? I am using the PHP client library.