Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
3answers
10k views

Setting the height of iframe Tabs for Facebook profile Pages

As we know that Facebook has introduced iframe Tabs for Pages. I have developed an application and added the tab of the application in a profile page, application tab is opened in an iframe according ...
8
votes
1answer
4k views

How does Facebook set cross-domain cookies for iFrames on canvas pages?

I was browsing Facebook's documentation reading about canvas applications and I came across an example application: http://developers.facebook.com/docs/samples/canvas. As I read through their example, ...
6
votes
4answers
5k views

Chrome-only cross-domain scripting errs in Facebook iFrame App upon FB.Login(..)

In Google Chrome (I'm on 9.0.597.98) my Facebook iFrame app using Graph API/Javascript SDK tends to always throw the following two JavaScript errors (see below) based on cross-domain scripting, but ...
5
votes
1answer
232 views

Get parent page html content from facebook iframe?

Here I am working with facebook application. I have create page which are working in facebook iframe window. I want to access main(Parent) window html source from iframe which create by me. Here I ...
5
votes
3answers
5k views

How to load Facebook iFrame-App into Application Tab on Profile Page

how can i load a working iframe app (tested via http://apps.facebook.com/my-app-name) into an application tab on the profile page of my own fanpage. I got the tab, but didn't see anything in the tab. ...
4
votes
5answers
2k views

PHP SDK 3.1.1 getUser() sometimes return 0

This is driving me crazy >=( $facebook->getUser() works well sometimes, but sometimes returns 0 Here is my code: require 'fbapi/facebook.php'; $facebook = new Facebook(array( 'appId' => 'xxx', ...
4
votes
1answer
703 views

Why does a “Facebook Comments” iFrame have a different height when it is loaded in a container with CSS 'display: none'?

I am writing an web application that loads a page and then later uses javascript to display a Facebook Comments box using Facebook's XFBML code. I have the Facebook Comments iframe in a container ...
4
votes
3answers
395 views

Facebook like iframe slowing down page loading

I have a page on my website that I have added the Facebook like feature to it implemented via an frame as outlined in the Facebook specification. The site is built in asp.net with client side ...
4
votes
3answers
1k views

Facebook iFrame app - how to fetch Preload FQL result using PHP SDK?

since few years I have an FBML app (a small Flash game) which I'm now trying to convert to an iFrame app. Unfortunately there aren't many docs for Facebook iFrame apps yet. For my game I need the ...
4
votes
1answer
2k views

Facebook App Iframe OAuth Login / Permissions Bug - possible to avoid?

I have the same problem as outlined here Facebook OAuth login for iframe canvas apps displays a logo image and a Go to Facebook.com caption instead of logging in - I've been able to use the workaround ...
4
votes
1answer
4k views

How to do FB.ui({ method: 'auth.login' …) with display: 'iframe' instead of 'popup'?

I'm working on a login for a simple Facebook app. I'm able to use the JavaScript SDK to successfully present a login / extended permissions dialog in a popup window with either FB.login or the ...
4
votes
4answers
4k views

Why does this XFBML markup embedded within an iframe'd facebook application not display anything?

I've been trying to get this application working on Facebook, but nothing seems to render within the application except "Hi this is some sample text." A box stroked in red. "I am My photo " and a ...
3
votes
2answers
83 views

Secure Canvas - Should every http request on the canvas page also change to https?

Since 1st Oct is coming. I am working on Secure Canvas URL stuff. My canvas url is like canvas.example.com. I can make this domain and server SSL ready without a problem. My question is, should ...
3
votes
3answers
2k views

FB.getLoginStatus never fires the callback function in Facebook's JavaScript SDK

The simple thing of calling FB.init (right before </body>) and then FB.getLoginStatus(callback) doesn't fire the callback function. After some debugging, I think the SDK is stuck in the ...
2
votes
1answer
52 views

Why is the first request to a Facebook IFrame App Canvas Page a POST request?

I noticed when I set up my first FB app today (an iframe app accessed within facebook) that all the requests made to it via facebook are HTTP POSTs rather than GET requests. Is there any reason for ...
2
votes
2answers
140 views

Facebook application height issue

In my facebook iframe application, my home page is little long (about 1500px) but the secondary pages are smaller in height. I see there is a lot of white space between my footer and the facebook's ...
2
votes
0answers
251 views

mobile version of Facebook app going into redirect loop

I have developed a Facebook app using the C# SDK and it is working fine. Now I want to also enable it on mobiles, so I tried to set the "mobile url" to the same one as my canvas url (which is a ...
2
votes
4answers
211 views

Facebook Send button to send link to iframe tab

It seems that when creating a Send button, Facebook will not let me send a link to the current iFrame tab / app. The link always gets reduced to just the Facebook page. For example, I want to create ...
2
votes
0answers
38 views

Can I require the use of HTTPS for canvas urls to protect signed_request contents?

I am writing a new canvas app using the iframe approach. My backend supports both HTTP and HTTPS for the canvas responses, but it seems by default Facebook puts users on HTTP and sends all the ...
2
votes
1answer
52 views

Is it possible to tweet from inside a facebook page tab url based iframe app

I am wondering if there is any way possible by way of which I may be able to tweet from a facebook app and then be able to track it. As far as I can understand I have to go through the oauth process ...
2
votes
0answers
134 views

Facebook app iframe won't attempt to load when logged in as page

I have an app that shows up as an iframe on a Page. (Here's an example.) If you view the app tab as a Facebook user, whether you have the app installed or not, everything works correctly. If you ...
2
votes
1answer
344 views

Dynamic Facebook-comments-like iFrame resizing?

I have content on a different domain which is being pulled into my website via iFrame. The content is hosted on a different domain, and is dynamic content (instant search that pulls up search ...
2
votes
1answer
747 views

FB.init in IFrame cause to infinite loop at IE8 and after sometime to Flash error message

I am not using any Flash at my application. The code that cause the issue is the simplest one that you can find at the end. I configured my application to work in IFrame exactly as it mentioned at ...
2
votes
1answer
714 views

Facebook credit api problem

I am using facebook credits api and using its pay method, following is my code: <script type="text/javascript"> window.fbAsyncInit = function() { FB.init({ 'appId' : '<?php ...
2
votes
2answers
982 views

Facebook iFrame app - getting rid of vertical scrollbars?

I've converted a Facebook app from FBML to iFrame (with PHP SDK) and now have vertical scrollbars displayed for the same amount of content I had before (a logo, a flash game and a line with 3 links ...
2
votes
1answer
217 views

Accessible Facebook Like Button

Has anyone created a custom Open Graph solution that queries the number of likes and creates an accessible button? Facebook's iFrame and XFBML solutions are both completely inaccessible via the ...
2
votes
1answer
414 views

how to check content of Iframe from external url

I wanna use Facebook's Like button on my web site. It's so simple as everyone knows but I have a problem with the censorship in our country. Facebook is censored in our country and if I use the ...
2
votes
1answer
267 views

How does one test a Facebook Credits implementation on their staging app?

A Facebook canvas app can only access the Facebook Credits APIs if the app has been whitelisted. To get whitelisted you need to fill out an application that registers your company and links a bank ...
2
votes
2answers
599 views

Fetching signed_request in a Facebook App with Ruby/Sinatra and the Rest-Graph gem

I've built a Facebook app using Sinatra and the Rest-Graph gem. Now I would like to embed the app as an iframe tab in a Facebook Page. To do that, I need to fetch data from the signed_request sent to ...
2
votes
2answers
2k views

Facebook Canvas Application iFrame Size Showscrollbars Issue

I am using Facebook C# SDK in my ASP.net application. I have an iFrame application whose iFrame Size set to Showscrollbars. The application was working fine till yesterday, but today the iFrame is ...
2
votes
2answers
832 views

Strange facebook iframe app problem only in IE (I am using IE8)

I am having same problem with facebook iframe based application in IE8, breaking layout is another thing but problem what I am having is show so small portion of app. It once shows the app and then ...
2
votes
1answer
930 views

is it possible to use iframe in UIWebView?

i want to add a facebook like button in my app. in developer.facebook.com i couldn't fine anything about that. is it possible to use iframe created by facebook like button in UIWebView? it think if ...
2
votes
2answers
9k views

Full height of Facebook app Canvas in iframe

I am having problem that I am developing a facebook app using iframe, the problem that is coming is that my full content is not being displayed . When I inspect it through firebug then I came to know ...
2
votes
2answers
541 views

Simple Iframe based facebook authentication

I wrote a facebook application but authentication is not working properly. Despite of googling several hours it did not solve. please please write the script which authenticates the user properly and ...
2
votes
2answers
2k views

Using Facebook Graph API with the JS SDK in a canvas page iFrame in Safari is broken

So I'm trying to use the Graph API with the Facebook JS SDK and I'm getting the following error in Safari: "OAuthException: An active access token must be used to query information about the current ...
2
votes
1answer
2k views

Resizing Facebook Application's iFrame w/ New Javascript SDK

Does anyone know what's the replacement method for FB.CanvasClient.startTimerToSizeToContent() to resize iframe content in the new javascript SDK for Facebook? Or maybe if there is an alternative ...
2
votes
0answers
466 views

Nested iframes in Rails/Facebooker app when using Internet Explorer

(I know there's been a similar question here: http://stackoverflow.com/questions/1474817/getting-nested-iframes-with-facebooker-in-iframe-app, but that fix didn't seem to work) I'm currently ...
2
votes
4answers
14k views

How to access Facebook user ID from javascript within a fb:iframe?

I am writing a Facebook application that is a simple board game which I have implemented in javascript. Facebook only seems to let javascript applications run within an iframe so I am loading the page ...
1
vote
1answer
28 views

Google cloud stroage for a facebook app

I have made a facebook fan-gate app. I was wondering if anyone had any success using google cloud storage instead of their own server storage. I tried amazon cloud storage but apparently that will ...
1
vote
1answer
63 views

Facebook canvas iframe resize issue for a particular user

One user of my app, http://www.beerwhich.com, is experiencing an issue where the iframe does not re-size. For other users and other machines of mine I am unable to reproduce this issue. Only the user ...
1
vote
1answer
246 views

FB Fan-gate landing page

I have done a lot of HW and found some code to make a fan gate landing page in facebook but I cant seem to get it working. I am using google cloud storage so I can have a secure URL I have a PHP ...
1
vote
1answer
41 views

Facebook iframe app and passing query

right now i have 5 apps for the same url with different query of the folder to pull the info from. every app is then getting connected to the page. is there a way to make 1 app and that the ...
1
vote
2answers
249 views

Remove horizontal and vertical scrollbar from facebook apps

I have created a facebook apps. It works fine for me. But my problem is that always show vertical and horizontal scrollbar, when I use fluid for both width and height of my page from facebook ...
1
vote
0answers
25 views

IE requests SWF using HEAD instead of GET in Facebook IFrame appliction

By far the weirdest thing I've ever seen. On some machines (!) IE (!!) attempts to load an SWF file via HEAD request instead of GET. This happens only when the page is running in Facebook IFRAME ...
1
vote
0answers
126 views

Page Tab App create and add to 'Page' (e.g. business page) : appid not found

I'm having a similar problem to others in regards 'Page Tab' (i.e. We don't 'get it') and how to create one has changed so much I can't find the answer. I think it's because I am misunderstanding the ...
1
vote
0answers
63 views

Green “Sign Up” button appears in Facebook Like Box

When not logged in into Facebook, a green "Sign Up" button sometimes appears on top inside the Facebook Like Box (using the iFrame version). I say sometimes, because it doesn't show up when logged out ...
1
vote
1answer
45 views

An iframe tab code that was working now shows a blank screen

I'm making some fanpages. I have a code that show an image to the user before liking the page, and another image or content after liking the page. I created several pages with this code and all of ...
1
vote
1answer
181 views

FB JavaScript iframe application is not auto redirecting to FB login page if no session available

I am developing facebook iframe app with JavaScript.. the problem is when the user hits the app URL https://apps.facebook.com/projectanida/ I want users to see the application main page if they are ...
1
vote
1answer
109 views

signed_request is going away inside Facebook App

I just want to ask a question about Facebook "signed_request" thing. I'm using Zend Framework for my app. The thing is; when user first authorizes my app OR enters the app from ...
1
vote
1answer
67 views

Redirect to the next page in my facebook app

I'm building a facebook in which users can give feedback on competences of another user. In the first step the user selects some competences. When the user clicks on the "go to the next step" button ...

1 2 3 4 5 6