Tagged Questions
0
votes
0answers
56 views
What criteria does Facebook use to prevent displaying the send dialog on a mobile device?
With respect to webpages and webapps using Facebook's Javascript and Server side integration...
Facebook documentation notes that the send dialog is not supported on mobile devices, but they don't ...
1
vote
3answers
171 views
How to get “scrollTop”-value of FB.Canvas.getPageInfo
so far i can alert the "scrollTop"-value of "FB.Canvas.getPageInfo":
FB.Canvas.getPageInfo(
function(info) {
alert('scrollTop: ' + info.scrollTop);
}
);
Now I would like to ...
0
votes
0answers
828 views
FB.Canvas.setSize not working in Chrome or IE9 [closed]
FB.Canvas.setSize() is not resizing my IFrame in Chrome or IE9. I have tried setting it with the following:
<script type="text/javascript">
window.fbAsyncInit = function()
{
...
0
votes
1answer
177 views
iframe height but not width
In my facebook page I added my iframe app
with setting : Canvas Width Fixed (760px)
and Height Fixed 800px;
I call FB.Canvas.setAutoGrow(90); and it work fine for height but not for width.
is it ...
0
votes
1answer
954 views
FB ui Allow to share on my wall, friends wall or send by message
I have a page tab and want to allow users to share some content in their wall, friends wall or by a private message to a friend.
I'm currently using:
function postToFeed() {
// calling ...
0
votes
1answer
1k views
FB.ui apprequest not working in page tab
I have a page tab app with an invite button (aka FB.ui -> apprequests), which when it's run from example.com/pagetab works fine (ie, it pops up a FB.ui friend selector windows etc.) But when I point ...
0
votes
1answer
2k views
FB.Canvas.setSize() looks not working in Safari and Chrome. How make it work?
I'm creating a Facebook canvas application to be loaded in the iframe.
The height of the content could differ because of the dynamic data loaded there and cannot be set beforehand. The canvas should ...
3
votes
1answer
8k views
Facebook iframe FB.Canvas.setAutoGrow does not auto grow after initial load?
I have been building a facebook tab using html and css and facebooks javascript SDK.
I having problems with the iframe resizing to the size of the content.
I've managed to get it to work on initial ...
1
vote
1answer
192 views
RESOLVED How to access screen resolution information from Facebook Page Tab application (inside iframe)
I got FB application that makes some changes on user uploaded photos and output them as desktop wallpapers. I would like to predefine current user screen resolution but it looks impossible to achieve ...
1
vote
4answers
3k views
Resizing app iframe to get rid of all scrollbars in firefox
I have made an app which will be a FB page tab. Now I am trying to get rid of the scrollbars that come when the content exceeds 800px height. I used the following code to do this:
<div ...
0
votes
1answer
2k views
Facebook “FB.Canvas.getPageInfo”, how to use it properly
..I need help figuring out how to appropriately use the FB.Canvas.getPageInfo from Facebook's javascript sdk:
https://developers.facebook.com/docs/reference/javascript/FB.Canvas.getPageInfo/
I'm ...
1
vote
1answer
598 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 ...
0
votes
1answer
649 views
FB:SHARE Plugin (on FB Tab) Not Showing Up In IE Only
I'm using the FB Share plugin on a facebook tab, so this is just inside the body tag:
<div id="sharebtn">
<fb:share-button href="path-to-redirect-url.html"> </fb:share-button>
...
0
votes
1answer
306 views
Intermittent iFrame Height
I have this code:
<script type="text/javascript">
window.fbAsyncInit = function() {
FB.Canvas.setSize({ height: 6000 });
}
window.fbAsyncInit();
</script>
This resizes ...
0
votes
1answer
1k views
Page tabs iframe height working in only half the browsers
I've done my homework and done what was ask to get the height of my page to set itself in my iFrame.
it works in Firefox (7+ at least), IE9
not working in Chrome, Safari, IE8/7 and Opera...
...
1
vote
4answers
3k views
Fancybox Positioning Inside Facebook Canvas iFrame
OK so I have a iframe canvas app with its height set to "Settable" with the facebook javascrip sdk calls to FB.Canvas.setSize(); and FB.Canvas.setAutoGrow();. These are working perfectly, as the ...
0
votes
1answer
5k views
Facebook App iFrame - Using FB.Canvas.setSize(); and FB.Canvas.setAutoGrow();
I have an app that uses the Javascript SDK and the height is being determined initally through FB.Canvas.setSize();. This is working correctly:
<div id="fb-root"></div>
<script>
...
0
votes
1answer
354 views
Getting user data is inconsistent on the php and javascript sdk
I've been developing a facebook application that uses a combination of the php sdk and the javascript sdk. It runs in a tabbed iframe on facebook and is hosted on my own server. I'm using the latest ...
0
votes
1answer
1k views
FB.ui request dialogs: preselecting some friends
FB.ui Request dialogs: (With method: 'apprequests') allow you to send a request from your app.
http://developers.facebook.com/docs/reference/dialogs/requests/
This says, you can specify one friend ...
2
votes
1answer
1k 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 ...
7
votes
6answers
7k 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
2answers
3k 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 ...
0
votes
1answer
508 views
is it possible to use Auto_publish?
is it possible to use Auto_publish in Iframe Canvas
I think all the facebook applications developer used the fbjs > Facebook.streamPublish to auto publish
if using Auto_publish , how can we use it?
4
votes
2answers
17k 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 ...
6
votes
4answers
15k 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 ...
4
votes
2answers
4k 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 ...
0
votes
2answers
3k views
Facebook JS SDK: Check permissions before Login PopUp
I want to check permissions of a logged in user before presenting the iframe login to request extended perms, but the iframe popup gets blocked by the browser (ff, chrome tested). I want to avoid this ...