Questions tagged [photos]

A photo is a picture of some real world scene captured by a mechanical or electronical device.

A photo is a picture of some real world scene captured by a mechanical or electronical device.

See also:

701 questions
0
votes
1 answer

Uploading photo albums without posting to users' News Feed

Is there any way to create photo albums without disseminating them on users' News Feeds? [asking since +3 of our global clients are interested in simply storing old campaign assets off the record] *Hugh Durkin from Facebook team told me to post this…
Walter Junior
  • 11
  • 1
  • 2
0
votes
1 answer

How can I view the photos on my website from facebook using Javascript?

I have a page on facebook. https://www.facebook.com/pages/2playcz-Tenisov%C3%A1-%C5%A1kola/190320081093741 I would like to view photos on my website using ajax. How can I view the photos on the my website using javascript? I tried this:
JohnMalcom
  • 851
  • 4
  • 16
  • 28
0
votes
1 answer

Photos that get uploaded are grouped together

One of my apps publishes a photo to a Facebook Timeline... In the past, if someone posted a photo at different times during the day, they would appear as separate published items on the Timeline. Now, however, it groups those photos all…
Nick Ring
  • 29
  • 4
0
votes
1 answer

How are photos in Xcode labeled?

I am curious how photos are labeled in Xcode. Basically, I am creating an app that accesses the camera to take a photo. When you go to the photo album of this app, it displays only the photos that have been taken by that app, however, I want the…
0
votes
1 answer

Taking photos within and iOS app, without appearing within the iOS Photos app

I am developing an app in which the capability of adding photos & videos is added. However, I want the photos & videos to be only viewable within the application itself and not also in the iOS standard Photos app. Does anyone know if there is a way…
0
votes
1 answer

iOS development gallery

I have an app with a gallery. I have a view full of photos thumbnails. I want to make a view with the photos fullscreen. The problem is that I want to load the fullscreen photos, but when I go back to the thumbnails, I loose all of the information…
88fsantos
  • 393
  • 1
  • 7
  • 22
0
votes
2 answers

Retrieve Curated set of Photos from a Page stream

I'm working on an awareness campaign for a nonprofit. We're asking people to upload photos of them holding a sign to the nonprofit's Facebook page. Since they don't show clearly on the timeline, we want to scrape these photos and display them on a…
cpilko
  • 11,792
  • 2
  • 31
  • 45
0
votes
1 answer

Android Permission Denied when reading photo

I'm trying to read a photo off the Android device gallery to display in my app. My app allows a user to select an image from the gallery and this code within an onActivityResult() method saves the filename for later use: if (resultCode ==…
NLam
  • 537
  • 1
  • 11
  • 25
0
votes
2 answers

Get all public albums of a Facebook user profile - iOS Facebook SDK

Is there a way to get all public albums of a user profile in Facebook? For example if I use my app *access_token* in a URL like this: https://graph.facebook.com/USER_ID/albums?access_token=MY_APP_ACCESS_TOKEN I get this error: { "error": { …
Mentos
  • 13
  • 4
0
votes
3 answers

Multishot on android

Task to accomplish: Multiple shots in fractions of a second, at least 2 photos in 1 second. Tried (for 2 photos): 1) Calling two takePicture(....) method simultaneously/loop, but the app crashes. 2) Calling the first takePicture(..) method and then…
user1407804
0
votes
3 answers

Can't center 3 adjacent photos using CSS

I am building a photo gallery viewer using javascript and css, but i cant center the elements. I have a back arrow photo, the photo itself, and the next arrow. these 3 photos are one next to each other, and I need to center all three of them. Any…
guyzyl
  • 387
  • 5
  • 18
0
votes
1 answer

Photo & Video Thumbnail Gallery

I've been after a simple plugin for my portfolio site so I can include photos and videos of my work. I currently have this implemented in my website concept ; Simple Thumbnail Gallery but I wouldn't know where to start if I wanted to add video in…
Anthony
  • 55
  • 3
  • 12
0
votes
1 answer

Debugging a Photo Uploader/ CfCatch

I seem to be having an issue with the photo uploading function on a site I'm working on.
aceslowman
  • 621
  • 13
  • 28
0
votes
2 answers

Array to saved photos always returned as empty

I am trying to create an array of all images from the saved photo album that match a certain criteria. Here is a simplified code for it. I add the photos to myImages array and confirmed via the "Added Image" log that the right images get logged.…
vishwa
  • 83
  • 6
0
votes
2 answers

With lazy loading in my my iPhone app, photo scroll become rough (jerks)

I am developing a iPhone photo app in which there is one view, where I am showing all the images taken through that app with the help of uiscrollview. First I simply loaded the scrollview with all the present images. But it made the app slow and…
Harshit Gupta
  • 1,200
  • 12
  • 27