diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-05-17 00:05:53 -0400 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-05-17 00:05:53 -0400 |
commit | a325144fa0ba769de1cdb554cac04e0116912b66 (patch) | |
tree | b36b33c91330cf80ffcfc090ef52be4df03c63e3 /plugins/FBConnect/xd_receiver.htm | |
parent | f3ea79a12a7bdf0d4efcd7eb706d25ae81b7fad9 (diff) | |
parent | 811cef10083f8b7824b2fd8140f940bf13b54c8d (diff) |
Merge branch '0.8.x' of git@gitorious.org:~evan/laconica/dev into 0.8.x
Diffstat (limited to 'plugins/FBConnect/xd_receiver.htm')
-rw-r--r-- | plugins/FBConnect/xd_receiver.htm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/FBConnect/xd_receiver.htm b/plugins/FBConnect/xd_receiver.htm new file mode 100644 index 000000000..43fb2c4e4 --- /dev/null +++ b/plugins/FBConnect/xd_receiver.htm @@ -0,0 +1,10 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" > +<head> + <title>cross domain receiver page</title> +</head> +<body> + <script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/XdCommReceiver.debug.js" type="text/javascript"></script> +</body> +</html> |