I am trying to use FBJS in my iframe app. Nothing that I write seems to work. Any ideas?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
I thought the whole point of an iframe Facebook app was so you could use your own JS instead of Facebook's subset? The iframe is sandboxed from the user's Facebook, so it's safe for Facebook - you can't access FB's internals. FBJS was invented so you could use JS in profile boxes and canvas apps without being able to screw with the rest of the Facebook functionality. |
|||||
|
|
You will need to use Facebook connect to access FBJS calls. Facebook encourages Iframe developers to use Facebook Connect to perform client-side facebook interaction, such as publishing feed stories, permission dialogs, etc. See: http://wiki.developers.facebook.com/index.php/Creating%5Fa%5FPopup%5FDialog%5Fin%5Fan%5FIFrame |
|||
|