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.

An image gallery is set up to display multiple images. They can be basic or creative. Basic ones often have a grid layout with all of the images showing at once. More creative ones are often created using javascript and css3 and include animations and transitions.

learn more… | top users | synonyms

0
votes
0answers
82 views

Websites using Facebook Pages Image Galleries no longer working - need help for updated code

Last year I had two client websites which used the code below to pull from their FB Image galleries. Recently there were FB changes which caused these to stop retrieving the images from the different ...
2
votes
1answer
265 views

Facebook Image Gallery on Website (PHP/JSON)

I am trying to get a facebook gallery (https://www.facebook.com/media/set/?set=a.188384271935.125248.188249156935&type=3) in particular to display on a website. All the JSON examples I have tried ...
0
votes
0answers
59 views

how to implement photo viewer with comments like facebook?

I'm developing a web application where a user can upload, browse and comment on pictures individually I'm done with showing the pictures in a lightbox. The user can browse through all the pictures in ...
2
votes
0answers
111 views

fancyBox gallery Like not posting on facebook

I have a site with a fancyBox gallery. I have added the Facebook like button to the gallery so I have a like for each image in the gallery. Problem is, that when clicking like on one of them, it ...
0
votes
1answer
59 views

Does Facebook return Album date

When you fetch an album from Facebook, does it also return the date what you selected in the "Edit Date" field? I don't mean the created or updated date.
0
votes
1answer
1k views

How to Integrate Facebook Like Button Inside jQuery Image Gallery

Is it possible to integrate into jQuery Image Gallery facebook like button that will when a user clicks on it show the current image on user news feeds? If yes, please tell me how. Thanks! D.
0
votes
0answers
200 views

How - Facebook comments on a single page photo gallery w wordpress

So far I've got a localhost install of wordpress using Facebook comments (for posts), roots theme have created a photo gallery based on MARY LOU's beautiful work. I would like to have (responsive) ...
0
votes
1answer
299 views

Facebook - Creating An Image Gallery the conncets with graph api

Im creating an app like http://apps.facebook.com/flowersforfriends/ where you can pick from a gallery of images's to send to a friend. Ive did some research and i notice most people are using css, so ...
0
votes
1answer
83 views

Android Facebook App

I want to create an Image Stream like in the Facebook app Dashboard. Where users can scroll thru the images Horizontally and on clicking an image it should open a Web view with Zoom capability. Is ...
0
votes
3answers
437 views

Downloading Images on iPhone - How does Facebook do it?

How does the Facebook app go about downloading/displaying the images in photo galleries? They appear to load in at varying times which would indicate some degree of threading? Surely the app doesn't ...
0
votes
2answers
858 views

Wordpress photogallery that can share

I am looking for a wordpress gallery that has the capability to have viewers share each photo on facebook
0
votes
1answer
299 views

How to preserve browser history in a photo gallery like facebook does?

I'm developing a photo gallery that uses ajax. I'm using _escaped_fragment_ (#!) too, it already works but when you use the back and fwd browser buttons the url change (the hash fragment) but the ...
1
vote
1answer
478 views

Displaying facebook albums in image galleries PART II

A few days ago i asked this question: http://stackoverflow.com/questions/3732685/displaying-images-from-facebook-photo-albums-on-a-portfolio-site-using-the-graph I was basically asking if it was ...
2
votes
2answers
4k views

Displaying images from Facebook photo albums on a portfolio site using the graph api

A client of mine would like to be able to update her site's image galleries by adding images to albums on her facebook account. Is this possible using JSON? would the albums she chose to display need ...