views:

283

answers:

1

I have a couple questions in the request. I have been successful using FBML to execute SWF files on a external server inside facebook.

what I need to do now is to run similar to the SWF execution a PHP app..

http://test.com/opening.php

So what is the best way? fb:iframe or another way? I would like a simple example if possible. Thanks!

A: 

I suppose you used the FBML App.
You need to setup your own Application. Basically facebook will fetch the "facebook-added"-"HTML" from your php-powered site. Starting with FBML App is easier than with Iframes.

This page is a good start: http://developers.facebook.com/

Andreas Klinger