Facebook Invite not working in internet explorer
Hi, I have developed an application with invite functionality in php. It is working fine in mozilla but its not working in ie7. What is the reason behind it please help me on this? ...
Hi, I have developed an application with invite functionality in php. It is working fine in mozilla but its not working in ie7. What is the reason behind it please help me on this? ...
1) Make sure you're logged out of facebook 2) Go to http://apps.facebook.com/marketplace/ 3) Click one of the Items for Sale categories 4) Login at the top 5) You'll get back to a malformed URL / improper redirect This is happening to my facebook app as well. Does anyone know a workaround for this? Thanks ...
How can I add a friend invite feature to my newly created Facebook application? ...
Recently, I noticed that several apps I use on facebook had also become filters - i.e., they were listed among my other newsfeed filters and clicking on one of them only showed me messages posted by users from within that app. I'd like to add this capability to my own application. Does can anyone tell me where this is documented? ...
I'm reading Facebook's documentation so I can figure out how to enable Facebook Connect on my site. What confuses me is which parts apply to Facebook applications and Facebook Connect, because I'll be reading along, thinking I'm learning about Facebook Connect, but then I'll reach a section that mentions Facebook applications. For exampl...
Hi, I have an iframe application which works fine but the issue comes when the content of iframe is large the text appears to be cut down. I registered the application as iframe and set as resizable. I have applied the following code but nothing seems to work <div id="FB_HiddenIFrameContainer" style="display:none; position:absolute; ...
I have an iframe application build up on php. I have set iframe size as resizable. There is a problem the display is not proper if the content is too large. I have applied the code available on http://wiki.developers.facebook.com/index.php/Resizable_IFrame My xd_receiver.htm file is inside my templates folder where my php files are ...
Hi, i have a iframe application. I want to provide comment functionality to it. How can i achieve this please guide me. Thanks ...
Hi, I have an iframe application. I have comment box functionality. It is displayed well but the problem comes when i click on post iam getting this error: Database Down Sorry, a temporary error has occurred. Please try again. How can i resolve this please help me on this? ...
I have created a facebook application in cakephp. This application is very very slow as compared to other apps. What shall I do to increase it's speed.? Please suggest something as this issue is driving me nuts.. :-( thanks ...
Hi, I have created an iframe facebook application. I want to use the facebook's comments functionality in this app. A user should be able to comment from my facebook applcation to facebook. It should be posted to wall also. I have tried to implement through fb:comment tag but the issue is that sometimes it is not rendered and when it ...
Hi, i have an application with the invite functionality which is working fine. Right now i have to manually enter personal message and click send to send the invitation. But i want a custom message which should be set by api method. I have checked the code but it has parameters: $params = array(); $params['api_key'] = FB_API_KEY; ...
Hi, I have an facebook iframe application. Now i want to give multiple share functionality on a same page. For e.g. there is a topic page in which list of topics is displayed. For each topic i want to give a share button. I am using a code http://www.facebook.com/share_partners.php. Please guide me how can i provide multiple share fun...
Hi I am trying to let the user upload an image from my facebook app using the following php <?php echo render_header('Your'); define("MAX_SIZE", "1536"); function getExtension($str){ $i = strpos($str,"."); if(!$i) {return "";} $l = strlen($str) - $i; $ext = substr($str, $i+1, $l); return $ext; } $errors = 0; if(isset($_PO...
Hi, I'm developing a website using Facebook Connect as the only membership/authentication mechanism. So far authentication and inviting friends work. Now I'd like to display a list of users registered with my Facebook application. Something like : "There are 1234 members in the AppName community" + a list of profile pictures. How woul...
I have a Facebook iframe application. I have applied Facebook commenting on this. Right now the comments which are posted on my wall display the source parameter and title parameter (a clickable URL) the same. I wanted the source parameter to display my application name, and clicking on the title will redirect the user to the page spec...
I am working on writing a small Facebook application just for fun and learning. Unfortunately, the Facebook developer documentation, wiki, and samples leave much to be desired. If my application is an iFrame app (PHP), can I use FBML within the page or do I need to use the XFBML? If I need to use XFBML, is there a repository of snippe...
Hi, I have a facebook iframe application where i have provided a share functionality. I am using this code : <script> function fbs_click() { u='<?php echo $shareURL;?>'; t=document.title; window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','t...
Hi, I have a facebook iframe application with share functionality. Currently when i share something its showing the custom text Comment · Like· Share when posted on profile page. I want to give customized text like view result etc. How can i achieve this please guide me ? I am using the code <script>function fbs_click() {u='<?php ...
Hi, I have an iframe application with an invite functionality. When i type email in the Invite by E-mail Address box and click send invitation the email is not sent to the person. I am using the code available on the click here Please help me on this. Thanks ...