Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Size in computing can refer to various dimensions: size in bits, in bytes, in pixels, in memory, in disk space, etc

learn more… | top users | synonyms

0
votes
1answer
63 views

Changing FBLoginView size look awful with custom UIImage

I've an image with the size 255x35 and I'm trying to change the size of the FBLoginView but the results are awful. I just want the FBLoginView to fit the image size. My code: FBLoginView *loginView ...
2
votes
1answer
54 views

Why Facebook SDK for android is so large?

Currently I am developing android application using Facebook SDK. And now, the actual size is more than 35 mb, where 22 of them is Facebook SDK library. Is there any way to decrease it's size? or can ...
2
votes
3answers
3k views

FB debugger says that my og:image should be larger, even though it is large

Check out this result of debugging an article using Facebook debugger. It comes up with this warning: og:image should be larger. Provided og:image is not big enough. Please use an image that's ...
0
votes
0answers
55 views

Set size post to wall screen

I`m using the script below for a FB "post to wall" function. Works great only problem on Andriod is the popup screen is really big. There must be an easy way to change it (?). Also can i determine the ...
1
vote
1answer
207 views

fb comments - cannot see the full widget anymore

Since yesterday, I cannot see the full widget for comments from facebook. I have a website with articles, and for every article, a fb comments widget. First, I've thought it was a problem of layers or ...
0
votes
1answer
343 views

Maximum number or results from a FQL query

Is there a limit to the maximum number of results (considering selecting only a field from a table - ex: uid from users) one can get with a single FQL query? Ex: select uid from users where condition ...
0
votes
2answers
147 views

Graph API changes for the picture

Using the FB iOS sdk, I am facing an issue in the retrieval of pictures with the Graph API. I used to do [facebook ...
0
votes
2answers
88 views

facebook set fluid from javascript [duplicate]

Possible Duplicate: how to dynamically increse the height in facebook app I am developing flash app for Facebook, fluid layout is best for me except when my user resolution is to small, I ...
0
votes
1answer
1k views

Facebook Graph API retrieving friends' images

I'm trying to get all the ids of all my friends along with their profile image. I'm using https://graph.facebook.com/me/friends?fields=picture&access_token=[myToken] I'm getting this returned: ...
0
votes
2answers
22k views

What is the size of new Facebook Page Tab App icon

I have been trying to adjust the icon size to 75*75 but on my facebook page it gets compressed. I have seen apps icon for http://www.facebook.com/cocacola, trying to figure how did they do it, as i ...
1
vote
1answer
235 views

Friends pictures with size

I basically need to recreate this page: http://www.facebook.com/me/friends But: Because not all images are actual squares, I need to get their dimensions in order to crop them using css and hidden ...
1
vote
0answers
396 views

Graph API upload size limits for video and photo

I am developing a script that allows users to upload photos to Albums previously selected from their accounts. Everything is working fine so far, but I´ve been trying to find out which is the API ...
0
votes
1answer
335 views

fb:login-button size=“icon” not work?

I'm trying to use the favicon option on the fb:login-button but it doesn't seem to work. Anyone else got this to work?
2
votes
1answer
218 views

Size of like-button changed on mobile devices

I've been displaying a like-button on my mobile websites for quite some time now using an iframe. For a few weeks now the size of the button has increased on all mobile devices, but not on for example ...
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> ...
-1
votes
2answers
566 views

Facebook Apps - Canvas size [closed]

I'm new to Facebook apps. How to set the right size for my canvas? Let's say 520*600... Tried: <script type="text/javascript"> FB.Canvas.setSize({ width: 520, height: 600 }); </script> ...
0
votes
2answers
3k views

facebook canvas height no scroll set in ie8 and firefox

hey, i want to set a long page app without fb will limit the height of my app and append scroll i did iframes& canvas and autoresize in settings and apply that code and its limits me in ie its ...
3
votes
3answers
9k views

FB.ui and setting popup size

I am using FB.ui with the display parameter set to popup. When the method is 'stream.publish', it autoresizes when the content is loaded. However, when using 'fbml.dialog' (in order to display a ...