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.
Crop refers to any issues relating to cropping images.
0
votes
1answer
26 views
How to resize Facebook Profile Picture by height on Xcode?
How do I resize Facebook avatar with WIDTH: AUTO & HEIGHT: x amount ? Code below works but when the avatar is wider, it appears that the image is cramped.
/**
* Update avatar
*/
- (void) ...
1
vote
1answer
301 views
How to use with 'pic_crop' in /fql/profile/ API
I want to use the pic_crop object of Profile in Facebook query language as listed in this link https://developers.facebook.com/docs/reference/fql/profile/
I activated this on my profile picture and ...
6
votes
3answers
2k views
Does Facebook expose the offset positioning for cropping a larger version of a user's profile thumbnail?
I've recently noticed that in the layouts for the new Timeline profile, Facebook is using the "normal" version (read: larger) of the user's profile image extensively, both on the Timeline and in the ...
6
votes
3answers
6k views
Facebook like automatic image crop with intelligent results
I have noticed that every image I upload to Facebook is cropped automatically for the thumbnails. By automatically I mean that the user is not involved in setting the crop params in any way. The thing ...
3
votes
2answers
2k views
Resize photos as thumbnail squares like Flickr and Facebook photostreams?
What is the best way to resize photos and create square, same-sized thumbnail pictures for photostreams? Flickr and Facebook do this, and we would like to emulate this functionality.
Here's an ...
1
vote
4answers
768 views
How do I crop an image pulled from the Facebook API for display on a website?
I'm using JavaScript and the Facebook Graph API to pull random profile images to a website I'm working on, like so:
var image_src = "http://graph.facebook.com/"+newId+"/picture?type=large"
However, ...
7
votes
4answers
2k views
Image cropping like facebook
For those that have been on facebook it allows you to upload an image to use as your avatar, and if that image is too large you can drag it around in a container to set the co-ordinates of the crop.
...
0
votes
1answer
1k views
Image jQuery scroller in a container. (like facebook cropper) can't get values of position
Having a reallllll mind pain.
I have a php image uploader which is all good and sotring the file and the jquery ajax is returning the image in an ammended html div with a div set up like this:
...