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.

For questions relating to image galleries

learn more… | top users | synonyms

2
votes
2answers
117 views

Facebook Graph will not let me access any photo albums from a public group

I am having a bit of trouble grabbing photos from a public album from the group 'WirralGSB' - I set the website up in October originally and it was fine until a couple of days ago. I think the issue ...
0
votes
1answer
54 views

Add Facebook Photo Album to iOS6?

I'm very much out of it. I looked into Facebook Developer and it didn't have what I am looking for. I am making an iOS and Android app for a VBS program. I was wanting to add their official Facebook ...
1
vote
0answers
101 views

How to send a photo to my app from default iOS Camera app?

I know my app can read the photos saved in iOS photo-library; also my app can save a new photo in the default iOS photo-library. But what I am trying to achieve is something like this: the default ...
0
votes
1answer
136 views

Restrict my project to portrait only leaving photo view's in landscape/portrait

I want my whole project to run in portrait mode only and only the view that's for viewing the photo's can turn on landscape same as if using the facebook (we view photo's they turn landscape also but ...
0
votes
1answer
520 views

display gallery of a facebook page in a html website

I am a newbie at html, facebook graph api, jquery. I have the following code to obtain all the albums in a facebook fan page ( not a general profile) to display it in a simple format, I do not see ...
0
votes
1answer
62 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.
-3
votes
1answer
620 views

facebook album IDs

I am a novice and though I manage to get things done, this issue is out of my reach. Issue related to Facebook https://graph.facebook.com/211255505590483/albums?fields=id The above link displays ...
0
votes
1answer
526 views

Android : How to share photo with CAPTION via Android share intent on Facebook?

Hi guys I want a example or a link through that guidance want to know how to upload photos from device into facebook? Can anyone please provide me a solutions?
2
votes
1answer
228 views

Adding Facebook Photo objects to Open Graph Action

I've created a timeline app that adds events to user's timelines in the past. I've noticed its simple to add tags, places, and external images to OG objects and actions. However, I can't seem to ...
0
votes
2answers
399 views

Facebook Graph Asynchronous Callback Issue

Ok, been breaking my head over this one for a few days. This is the problem: I am using Facebooks API to retrieve pictures from a specific Album. Using JCarousel ...
0
votes
1answer
59 views

Can I keep reference to Friends Pictures?

Can I use friends pictures from their gallery after getting permission in my application? Not download them just keep a link/reference to selected photos using Facebook graph API and PHP.
-1
votes
1answer
28k views

Why is my photo's I am tagged in not showing up in my “Photos and Videos of You” section? [closed]

When I tag myself in my photo's they do not show up on my profile pictures "Photos and Videos of You" section. In the past any photo I tag of myself in my own album would show up there. I'm not sure ...
1
vote
1answer
643 views

Use the new Facebook Photo Viewer (gallery) from iframe app

I have an (iframe) app hosted on a tag on a Facebook Page. The app pulls (based on various conditions) photos from the albums of the page and displays them to the user. Is it possible to create ...
1
vote
1answer
646 views

A Link Inside an iFrame That Pops Up “Photo Theater”

I have a tab with an iframe external web page that loads... I would love a hyperlink inside that web page to link one of my photo albums in "theater" mode so you don't leave the page. However, any ...
0
votes
0answers
353 views

Need help with photo gallery iPhone app development

I recently started working on an iPhone app. Its basically two tab app. One of the tab directs you to photo gallery and other to data collecting form. Now, I am stuck with what approach to take while ...
2
votes
1answer
511 views

Facebook Photo Zoom: How was it done?

Facebook photo zoom is one of the best utilities I have ever encountered when browsing a massive amount of photos. My question is how it was built, and if there is a free javascript application ...