active questions tagged facebook - Stack Overflowmost recent 30 from stackoverflow.com2009-12-11T21:35:16Zhttp://stackoverflow.com/feeds/tag/facebookhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1875351/facebook-connect-proxiedemail-not-always-returned-by-usersgetinfo0Facebook Connect: proxied_email not always returned by users_getInfoPeterP2009-12-09T17:07:00Z2009-12-11T17:47:27Z
<p>Today I realized that FB Connect does not return the proxied_email field in about 4 out of 5 times. (I can reproduce this with a single users repeatedly, so this obviously does not have anything to do with privacy options or permissions)</p>
<p>It definitely worked fine last week ago.</p>
<p>I could not find any official info that this field is going to be removed or anything, so...
Does anybody else have this problem? Is there anything I am doing wrong that could be causing this behavior? Or is Facebook just having a bad day?</p>
http://stackoverflow.com/questions/1889453/adobescriptbridge-failing-on-facebook0AdobescriptBridge Failing on Facebook ?Fahim Akhter2009-12-11T17:09:09Z2009-12-11T17:09:09Z
<p>Hi,</p>
<p>I downloaded the <a href="http://www.jumpeyecomponents.com/Flash-Components/Various/ActionScript-Bridge-91/" rel="nofollow">Actions Script Bridge</a> , pretty brilliant work there. The problem I am facing right now is, when I export the flash movie as an HTML it works fine, but when I try embedding the swf using flash:swf into facebook it stops working the flash file isn't loaded. </p>
<p>Hope you can point me towards the bug, thanks :)</p>
http://stackoverflow.com/questions/1889377/twitter-facebook-api-for-ruby0Twitter/Facebook API for Ruby.RPK2009-12-11T16:57:27Z2009-12-11T17:01:33Z
<p>I want to write a Ruby application through which:</p>
<ol>
<li>I can submit tweets to twitter.</li>
<li>I can submit a post to facebook.</li>
<li>I can manage real-time stats of tweets</li>
</ol>
<p>Is there any twitter/facebook api for Ruby?</p>
http://stackoverflow.com/questions/1888256/how-to-request-extended-permission-from-a-facbook-fan-page-tab0How to request extended permission from a facbook fan page tabKris2009-12-11T14:01:06Z2009-12-11T16:49:18Z
<p>I am trying to request permission to publish photos from a facebook fan page tab(iframe).</p>
<p>I am calling <strong>Facebook.showPermissionDialog('publish_stream');</strong> before the upload(which doesn't seem to do much)</p>
<p>But I keep on getting this error when I try to upload a photo</p>
<pre><code>**caught exception 'FacebookRestClientException' with message 'Permissions error'**
</code></pre>
http://stackoverflow.com/questions/1884615/what-exactly-is-facebook-cassandra-and-what-can-i-do-with-it1What exactly is Facebook Cassandra , and what can I do with it? [closed]alex2009-12-10T22:43:37Z2009-12-11T16:25:45Z
<p>Can someone give me an example of Facebook Cassandra? Where can I find it, because when I google it, it cannot be found.</p>
http://stackoverflow.com/questions/1888515/fan-count-for-a-facebook-fan-page0Fan count for a Facebook Fan PageRyan McGeary2009-12-11T14:43:45Z2009-12-11T14:43:45Z
<p>I needed to pull the fan count for particular fan pages on Facebook. After digging through the API, I couldn't find a way to do this with the API "proper." Instead I fell back to a FQL query, and it worked quite well.</p>
<pre><code>select fan_count from page where page_id = <FAN_PAGE_ID>
</code></pre>
<p>What did I miss about the Facebook API. Is this the only way to capture a fan count for a page? In general, how often do you use FQL for your requests as opposed to the exposed API methods?</p>
http://stackoverflow.com/questions/1887785/fbswf-not-working0fb:swf not workingFahim Akhter2009-12-11T12:32:06Z2009-12-11T12:33:45Z
<p>Trying to embed Flash into a HTML page using FBML tag fb:swf and I get this error. Tried looking around didn't work any ideas? Pretty stuck here</p>
<p>FBML Error (line 5): illegal tag "body" under "fb:canvas"</p>
http://stackoverflow.com/questions/1886861/facebook-connect-login-problem0Facebook connect login problemSimon2009-12-11T09:29:09Z2009-12-11T09:29:09Z
<p>I am trying to have a connect button on my site. Once the user has clicked the facebook login button, the pop up will ask the user to enter the authentication detail and the parent window will either redirect or refresh the page and the login button became a logout button.</p>
<p>My problem is when a user clicked the connect button from the popup, the popup page will redirect to my canvas page rather than closed the popup instead. </p>
http://stackoverflow.com/questions/1886131/university-library-facebook-application0University library facebook application [closed]porto alet2009-12-11T06:11:21Z2009-12-11T07:09:34Z
<p>Hi,</p>
<p>I am trying to find ideas about Facebook application for a University Library.</p>
<p>I am inspired by <a href="http://code.google.com/events/io/2009/sessions/BuildingBusinessSocialApps.html" rel="nofollow">http://code.google.com/events/io/2009/sessions/BuildingBusinessSocialApps.html</a> as they mention ways to engage users(students).</p>
<p>Maybe a game or two for the students ?</p>
<p>Regards</p>
http://stackoverflow.com/questions/1880256/form-validation-with-fbjs0Form Validation with FBJSshe hates me2009-12-10T11:04:22Z2009-12-11T07:03:37Z
<p>Hello,</p>
<p>I've a form validation problem with FBJS to use on Facebook application. I checked out validation examples on documentation and I can check textbox values with form.serialize(); but unfortunetely I couldn't figure out how to check dropdown and checkbox values. </p>
<p>Thanks in advance..</p>
http://stackoverflow.com/questions/516789/facebook-wordpress-comment-feedback-integration6Facebook-WordPress comment/feedback integrationwarren2009-02-05T16:55:32Z2009-12-11T05:52:28Z
<p>Currently I have my Facebook profile automatically republish blog posts from a WordPress instance.</p>
<p>What I would like to be able to do, however, is to also have comments posted to either the blog of Facebook show up on the other in the appropriate location.</p>
<p>Is there a way to do this with the Facebook API?</p>
http://stackoverflow.com/questions/1884111/sudden-mysql-server-has-gone-away-error-in-php-site1Sudden "MySQL server has gone away" error in PHP sitefandelost2009-12-10T21:20:04Z2009-12-11T03:13:14Z
<p>Today one of my websites started showing</p>
<pre>Error Number: 2006
MySQL server has gone away</pre>
<p>It's a low-traffic client site running under Apache 2.2.9 (Debian), PHP 5.2.6-1+lenny3 (using CodeIgniter 1.7.1 framework) and MySQL 5.0.51a. I obviously reasearched about the error but all the possible solutions imply that there are big queries going on that may time out and reset the connection, or hit the packet limits. However, this is not the case, it's a small database processed with the simplest queries. To be sure about this I made up a few queries to return one row, still the same error.</p>
<p>Database credentials are fine, I can even login directly into mysql, run some of the site's queries and get the right data instantly. There are several other sites on the same server and connections to the database, much larger sites, and they all have no problems.</p>
<p>I tried:</p>
<ul>
<li>Restarting MySQL</li>
<li>Restarting the whole server</li>
<li>Looking for errors in the logs (both Apache and MySQL, none)</li>
<li>Checking db user permissions</li>
<li>Changing <code>mysql.connect_timeout</code> and <code>default_socket_timeout</code> in PHP</li>
<li>Changing <code>max_allowed_packet</code> in MySQL</li>
<li>Reading the <a href="http://dev.mysql.com/doc/refman/5.1/en/gone-away.html" rel="nofollow">official docs</a>, forum and everything in SO that says "MySQL server has gone away"</li>
</ul>
<p><strong>New:</strong></p>
<ul>
<li>Disabling persistent connections in PHP</li>
<li>Changing <code>wait_timeout</code> and <code>connect_timeout</code> in MySQL</li>
</ul>
<p><strong>Update:</strong></p>
<p>It seems to be related to the execution time of my script: it retrieves some info using the Facebook PHP client and this call seems to be failing randomly today, so I either have no data from Facebook or the MySQL error. But to my surprise, none of the given solutions seems to deal with the timeout.</p>
<p>Any ideas? thank you for your time!</p>
http://stackoverflow.com/questions/1880452/what-is-the-recommended-scripting-language-for-talking-between-flash-and-facebook0What is the recommended scripting language for talking between Flash and facebook API?Fahim Akhter2009-12-10T11:45:28Z2009-12-10T12:05:59Z
<p>Currently I have a flash based application (game) which I need to put on facebook, the users could save their scores and resume their game. For the task I was wondering which scripting language would be appropriate. And are there any API's available which could help me in the process. Or does one has to make all of it from scratch.</p>
http://stackoverflow.com/questions/1879458/does-facebook-have-a-gravatar-like-service1Does Facebook have a Gravatar like ServiceLuke1012009-12-10T08:26:28Z2009-12-10T08:58:33Z
<p>I would like to use pictures from facebook if Gravatar does not have an image for the user on file. Can I do this through facebooks API?</p>
http://stackoverflow.com/questions/1835285/iframe-facebook-application-and-cookies-internet-explorer0Iframe Facebook application and cookies [Internet Explorer]Joe P2009-12-02T19:36:08Z2009-12-10T08:48:26Z
<p>I have downloaded the IBM <a href="http://en.wikipedia.org/wiki/P3P" rel="nofollow">P3P</a> editor, created files and uploaded them to my server. And cookies are still not recognized in Internet Explorer. I've checked the P3P validation tool and it seems to validate.</p>
<p>The application can be viewed here: <a href="http://apps.facebook.com/naplesnews" rel="nofollow">apps.facebook.com/naplesnews</a> and the iframe points to <a href="http://www.naplesnews.com/facebook/app/" rel="nofollow">www.naplesnews.com/facebook/app/</a>.</p>
<p>Again <a href="http://www.naplesnews.com/facebook/app/" rel="nofollow">www.naplesnews.com/facebook/app/</a> seems to validate with no issues as well.</p>
<p>Any idea what I'm missing here?</p>
http://stackoverflow.com/questions/1852819/facebook-comments-count0Facebook Comments CountWineshtain2009-12-05T17:31:33Z2009-12-10T08:38:20Z
<p>Hello,</p>
<p>I am trying to write a Facebook query that will return all comments posted by a user to his friends,</p>
<p>however I can't seem to find the correct schema. Its as if there are no 'indexable' fields to build this.</p>
<p>Any suggestions please?</p>
<p>With thanks,</p>
<p>Wineshtain</p>
http://stackoverflow.com/questions/1154742/what-are-the-prerequisites-for-facebook-stream-publish2What are the prerequisites for Facebook stream.publish?Alex Mcp2009-07-20T17:11:59Z2009-12-10T08:09:02Z
<p>Hi, I'm wondering if someone would help me troubleshoot my test for stream.publish. I thought I had all the right pieces. Here's the code:</p>
<pre><code><?php
require_once 'facebook.php';
$appapikey = 'xxxxxxx';
$appsecret = 'xxxxxxx';
$facebook = new Facebook($appapikey, $appsecret);
$user_id = $facebook->require_login();
$message = "Will this status show up and allow me to dominate the world?!";
$uid = $user_id;
echo $uid;
$facebook->api_client->stream_publish($message,$uid);
</code></pre>
<p>What I'm expecting is my status to change to $message's content. What happens instead is that my UID is echo'd, and then it throws a 500 error. I've allowed publish<code>_</code>stream as well as offline_access (verified in my app settings, via my profile), the the API key hooks this small bit of code to my app. What other pieces do I need to make this simple example work? I'm finding the FB documentation a little hard to put together.</p>
<p>-- The include is the official PHP Facebook library</p>
http://stackoverflow.com/questions/1869599/facebook-stream-publish1Facebook - Stream.publishunknown (google)2009-12-08T20:23:57Z2009-12-10T01:34:23Z
<p>I want to programmatically publish messages to my site user's facebook page on their behalf, whenever certain events are triggered from my site. I'll have a cron that executes stream.publish when needed.</p>
<p>I am looking at stream.publish to accomplish this, which requires extended permission from the facebook user. Since the user will not be engaged in the publishing, how would I go about getting publish_stream extended permission from my user base? Can they do it while they are signing up on my site or if they provide me their username & password, can I do it for them?</p>
<p><a href="http://wiki.developers.facebook.com/index.php/Using%5Fthe%5FOpen%5FStream%5FAPI#About%5Fthe%5Fpublish%5Fstream%5FPermission" rel="nofollow">http://wiki.developers.facebook.com/index.php/Using%5Fthe%5FOpen%5FStream%5FAPI#About%5Fthe%5Fpublish%5Fstream%5FPermission</a></p>
http://stackoverflow.com/questions/1877913/developing-facebook-connect-javascript-api-on-localhost0Developing Facebook Connect Javascript API on localhostAdam2009-12-10T00:31:59Z2009-12-10T01:12:00Z
<p>I'm trying to write some javascript functions to integrate with the Facebook stream. However they only seem to work if you are developing them directly on the live server so that Facebook can access the <code>xd_receiver.htm</code> file that they ask me to place at <code>www.mydomain.com/xd_receiver.htm</code>. However you all can probably agree that it's really important not to develop on the live servers. </p>
<p>Here's what I've tried so far:</p>
<ol>
<li>Placing <code>xd_receiver.htm</code> on the live server and running my scripts on my dev server hoping that the API Key would tell the Facebook server to look for <code>xd_receiver.htm</code> on my live server...no luck</li>
<li>Signing up for two API Keys with Facebook: a dev key pointing to 127.0.0.1 and a live one pointing to my live site. The theory here was that if <code>xd_receiver.htm</code> was only needed locally then it would find it via 127.0.0.1...no luck</li>
</ol>
<p>Has anyone figured out a way to do this? They can't expect us to develop our Facebook Apps purely live without a dev sandbox.</p>
<p>Some background info for what it's worth: Using ASP.NET with VB but hoping to use purely Javascript.</p>
http://stackoverflow.com/questions/1803833/java-util-collectionsunmodifiablemap-problem-code-included0java.util.Collections$UnmodifiableMap problem : code includedDarren2009-11-26T14:01:50Z2009-12-09T20:54:59Z
<p>Hello :-)</p>
<p>I am building a facebook platform web app using GWT and hosting it on App Engine.</p>
<p>I am adding validation code that uses supplied query string parameters in the callback url. GWT allows me to get these parameters by calling Window.Location.getParameterMap() and the returned Map is immutable.</p>
<p>I may be wrong however I think this problem has nothing to do with FB, GWT or App Engine specifically and is more down to my misunderstanding something about Map objects. </p>
<p>I don't think that my code attempts to modify the supplied Map but the error I get seems to suggest that my code is trying to modify an immutable Map.</p>
<p>Can someone please take a look and let me know where I am modifying an unmodifiable Map?</p>
<p>I would supply a stack trace but I can't find a way to get a stack trace for this to display in App Engine logs.</p>
<p>Thanks in advance for any and all help :-)</p>
<pre><code>/**
* Validation Test
* To generate the signature for these arguments:
* 1. Remove the fb_sig key and value pair.
* 2. Remove the "fb_sig_" prefix from all of the keys.
* 3. Sort the array alphabetically by key.
* 4. Concatenate all key/value pairs together in the format "k=v".
* 5. Append your secret key.
* 6. Take the md5 hash of the whole string.
* @param fbQueryStringParams
* @return String
*/
public String test(Map<String,List<java.lang.String>> fbQueryStringParams) {
String appSecret = TinyFBClient.APP_SECRET;
String fbSig = fbQueryStringParams.get("fb_sig").get(0);
StringBuilder sb = new StringBuilder();
TreeMap<String,String> sortedMap = new TreeMap<String,String>();
// Get a Set view of the Map of query string parameters.
Set<Map.Entry<String,List<java.lang.String>>> mapEntries = fbQueryStringParams.entrySet();
// Iterate through the Set view, inserting into a SortedMap all Map.Entry's
// that do not have a Key value of "fb_sig".
Iterator<Map.Entry<String,List<java.lang.String>>> i = mapEntries.iterator();
while(i.hasNext()) {
Map.Entry<String,List<java.lang.String>> mapEntry = i.next();
if(!mapEntry.getKey().equals("fb_sig")) { // 1. Remove the fb_sig key and value pair.
sortedMap.put(mapEntry.getKey(),mapEntry.getValue().get(0)); // 3. Sort the array alphabetically by key.
}
}
// Get a Set view of the Map of alphabetically sorted Map.Entry objects.
Set<Map.Entry<String,String>> sortedMapEntries = sortedMap.entrySet();
// Iterate through the Set view, appending the concatenated key's and value's
// to a StringBuilder object.
Iterator<Map.Entry<String,String>> ii = sortedMapEntries.iterator();
while(ii.hasNext()) {
Map.Entry<String,String> mapEntry = ii.next();
// 4. Concatenate all key/value pairs together in the format "k=v".
sb.append(mapEntry.getKey().replaceAll("fb_sig_","")); // 2. Remove the "fb_sig_" prefix from all of the keys.
sb.append("=");
sb.append(mapEntry.getValue());
}
sb.append(appSecret); // 5. Append your secret key.
String md5 = DigestUtils.md5Hex(sb.toString()); // 6. Take the md5 hash of the whole string.
// Build and return an output String for display.
StringBuilder output = new StringBuilder();
output.append("fbSig = "+fbSig);
output.append("<br/>");
output.append("md5 = "+md5);
return output.toString();
}
</code></pre>
http://stackoverflow.com/questions/1876083/speeding-up-facebook-connect0Speeding up Facebook ConnectWade Williams2009-12-09T19:02:33Z2009-12-09T19:41:54Z
<p>I'm working on enabling facebook connect with my website, and it seems to work pretty good so far. However, loading the facebook api library on every page of my site is bogging it way down. All the other php classes that I'm using compile in well under 1 second, but I'm seeing serve times ranging from 3 - 20 seconds just to get the facebook api loaded up. Is there anything I can do to speed up facebook connect? Is it just because I'm on a (mt) shared server? </p>
http://stackoverflow.com/questions/129356/facebook-development-vs-xna-which-is-worth-learning1Facebook Development vs. XNA, Which is Worth Learning?fskrealityguide2008-09-24T19:33:57Z2009-12-09T19:26:52Z
<p>I'm considering experimenting with game development. Which is a better investment of my time, learning XNA or learning how to write a Facebook game?</p>
http://stackoverflow.com/questions/1294368/facebook-app-iframe-js-facebook-init-ie7-flash9-sandbox-error0Facebook app iframe + JS Facebook.init + IE7 + Flash9 sandbox errorArtjom Kurapov2009-08-18T14:46:18Z2009-12-09T15:00:03Z
<p>During facebook iframe application integration I ask for publish permissions - I have HTML which loads JS Connect library and asks for permission dialog..</p>
<pre>
FB_RequireFeatures(["XFBML"], function(){
FB.Facebook.init("_MY_API_KEY", "MY_PATH/xd_receiver.htm");
FB.Connect.showPermissionDialog('publish_stream');
</pre>
<p>However in IETester with IE7 i get weird errors</p>
<pre>
SecurityError: Error #2060: Security sandbox violation: ExternalInterface caller http://b.static.ak.fbcdn.net/rsrc.php/zDVWA/hash/bqv7w2jc.swf cannot access ..(MY APP PAGE)
at flash.external::ExternalInterface$/_initJS()
at flash.external::ExternalInterface$/addCallback()
at flashutils::PostMessage()
at XdComm()
</pre>
<p>As far as i understand xd file is intended for flash proxy that uses this ExternalInterface to communicate with facebook and show dialog. After i click OK, everything seems to work further.</p>
<p>Can anyone clarify what can cause this?</p>
http://stackoverflow.com/questions/1873147/can-i-upload-photos-but-not-post-to-wall-in-facebook0Can I upload photos but not post to wall in Facebook?Billy2009-12-09T11:04:24Z2009-12-09T11:10:26Z
<p>Can I upload photos using Facebook API but not post to wall in Facebook?</p>
<p>What I use is the photos.upload in the API.</p>
<p>If it cannot be avoided, is there any way to delete that wall post so that I don't have to do it manually?</p>
http://stackoverflow.com/questions/1872598/facebook-linking-facebook-user-and-website-user0Facebook linking facebook user and website user.Simon2009-12-09T09:21:31Z2009-12-09T09:21:31Z
<p>Hello </p>
<p>I am wanting to have a website user connect with their own facebook user account like the way digg does. I have tried the registerUser function in facebook connect when the user create an account through my website and able to send email hash across to the facebook. At the same time on facebook, the same user with the same email address does recognized the user. From the documentation, the registerUser is good to use in batch.</p>
<p>Does anyone know whether digg using the same way when dealing with the linking issue? </p>
<p>My other Idea is to give an extra page asking the facebook user to enter their username / password of our website and link them from there. </p>
http://stackoverflow.com/questions/1863119/publishing-stream-appears-with-no-imags-facebook0publishing stream appears with no imags facebook unknown (google)2009-12-07T21:43:03Z2009-12-09T06:21:59Z
<p>Hi all,</p>
<p>I am building a small facebook application using facebook developer toolkit 3.0 in c#. I had this piece of code that used to work a week ago. From some reason, when I try publishing my feed it appear without an image and without a flash move. Here's my code:</p>
<pre><code>string userName = FacebookAPI.Users.GetInfo().name;
string message = "";
attachment attach = new attachment();
attach.href = string.Format(@"http://apps.facebook.com/{0}/?uId={1}&uName={2}", Consts.APP_NAME, ViewerUserId, userName);
attachment_media_flash flash = new attachment_media_flash();
flash.type = attachment_media_type.flash;
flash.expanded_width = 320;
flash.expanded_height = 260;
flash.height = 100;
flash.width = 130;
message = "";
attach.name = ""
attach.caption = "this works";
attach.description = ""
flash.imgsrc = string.Format(@"{0}/flash/Pinguin.JPG", Consts.DOMAIN_NAME);
flash.swfsrc = string.Format(@"{0}/flash/pinguin.swf", Consts.DOMAIN_NAME);
List<attachment_media> attach_media_list = new List<attachment_media>();
attach_media_list.Add(flash);
attach.media = attach_media_list;
/* action links */
List<action_link> actionlink = new List<action_link>();
action_link al1 = new action_link();
al1.href = string.Format(@"http://apps.facebook.com/{0}", Consts.APP_NAME);
al1.text = "myApp";
actionlink.Add(al1);
FacebookAPI.Stream.Publish(message, attach, actionlink, null , Convert.ToInt64 (ViewerUserId));
</code></pre>
http://stackoverflow.com/questions/1869884/change-html-select-options-using-a-json-object-in-fbjs0Change HTML SELECT OPTIONs using a json object in FBJSRobKohr2009-12-08T21:13:53Z2009-12-08T22:35:52Z
<p>I have a html select input with a default set of options (it has an ID). I also have a json object that looks like </p>
<p><code>var replacement_options = {'value 1':'display 1', 'value 2':'display 2' ....
</code></p>
<p>How would I replace the options in the select with the values and displays from the json object using Facebook JS? (FBJS)</p>
http://stackoverflow.com/questions/1736680/facebook-app-profile-tab-is-empty-no-content-displayed0Facebook App Profile Tab is Empty ... No Content Displayed?rksprst2009-11-15T05:25:47Z2009-12-08T22:23:08Z
<p>I can view my application via the <a href="http://apps.facebook.com/myapplication/" rel="nofollow">http://apps.facebook.com/myapplication/</a> link and the content shows up correctly. I also added the application as a tab to a facebook page. However, when viewing the tab no content is displayed.</p>
<p>I am using version 3 of the facebook toolkit for asp.net. </p>
<p>From what I've read this is caused by a redirect being caused to login. I used: </p>
<pre><code>protected void Page_PreInit(object sender, EventArgs e)
{
base.RequireLogin = false;
</code></pre>
<p>But that doesn't fix the issue.</p>
<p>For debugging, I added a line to write to log file in the Page_Load and Page_PreInit. When viewing the app at <a href="http://apps.facebook.com/my%5Fapplication/thepage.aspx" rel="nofollow">http://apps.facebook.com/my%5Fapplication/thepage.aspx</a> a test string is written to the log at both Page_Load and Page_PreInit. </p>
<p>But when loading that same page (as a tab in a facebook page) nothing is written to the log file; as if Page_Load and Page_PreInit isn't being hit. </p>
<p>Does anyone know what is going on?</p>
http://stackoverflow.com/questions/1868544/is-there-a-library-that-emulates-facebooks-link-detect0Is there a library that emulates facebook's "Link Detect"?edude052009-12-08T17:30:50Z2009-12-08T21:39:23Z
<p>I'm looking to write a library that "parses" information like facebook does when you post a link. However as I don't want to reinvent the wheel does anyone know of a library or and effort to write an Library that does this already?</p>
<p>I have included an example so that you can get a grasp of what I mean if you don't use face book. <img src="http://lh4.ggpht.com/_zbED-KN_ZAI/Sx6LuDmZkVI/AAAAAAAADLs/mN7eFnzL1gE/s144/example.png" /></p>
http://stackoverflow.com/questions/1599892/facebook-iframe-1Facebook-IFrameSrinivasan2009-10-21T10:15:25Z2009-12-08T20:52:57Z
<p>I am developing a facebook application using IFrame. how to add share option in my application.</p>