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

Find all photographs taken on a certain date

If have the following VBScript for recursively finding all the files in a set of folders. I simply found this on the web somewhere and can't take credit for it. fileExtension = ".jpg" folderPath = "C:\Pictures" computerName = "." arrFIL =…
Danny
  • 329
  • 3
  • 5
  • 12
0
votes
1 answer

Facebook API - Retrieve my own albums and photos

I'm trying to retrieve my albums and photos from facebook using the Facebook api for php. I've created an app now i have my AppId and my AppSecretId. I don't need any login window because I want to display my own photos, not the ones from any other…
0
votes
1 answer

Querying Foursquaure Venue photo API without identifying group. Bug or as designed?

I'm trying to get one good photo result on the Foursquare API which are representative of a venue. Currently I'm using: https://api.foursquare.com/v2/venues/VENUE_ID/photos?group=venue&limit=1 This works, but it appears that the photo filtered is…
0
votes
2 answers

Rails + Instagram gem: Is there any way to get a specific count of photos?

I am trying to get 100 newest photos, like client.tag_recent_media("cat", count: 100) but it always return around 40 photos (sometimes 36, sometimes 38 and sometimes 40). I am working with this gem. Is there any wat to fetch 100 photos or 40 is the…
user984621
  • 46,344
  • 73
  • 224
  • 412
0
votes
0 answers

How can I set the orientation of images in a gridview (taken with the phone camera)?

I'm working on a college assignment for an app that will allow me to tag photos with my phone contacts. I'm using a GridView of ImageViews to display the thumbnails, that works fine. However, all the images are displayed in landscape, irrespective…
mal
  • 3,022
  • 5
  • 32
  • 62
0
votes
1 answer

Facebook API: Get the photo by its id in albums (and change the size)

I'am working with iOS and the graph API, i made a table cell to choose between the differente Albums from Facebook. I want the user to choose a photo, and the get the photo url in 400x400 by his ID Like when i get his picture by…
Pierre Lebon
  • 445
  • 1
  • 5
  • 12
0
votes
1 answer

Wordpress: Get link to the post an images was used in

I'm want to use the Recent Photos Plugin in my sidebar to show the last uploaded photos but instead of linking them to the bigger versions of the images I want to link to the post they were used in. Can somebody tell me how I get the link of the…
optikfluffel
  • 2,538
  • 4
  • 20
  • 27
0
votes
1 answer

Facebook FQL stream query only returning 4 items

I am trying to retrieve all Photos from a user's stream. SELECT post_id, actor_id, target_id, message, created_time FROM stream WHERE filter_key in (SELECT filter_key FROM stream_filter WHERE uid = me() AND type='newsfeed') AND type = 247 AND…
sabes
  • 335
  • 5
  • 14
0
votes
1 answer

FQL query to get tagged photos of specific user returning error

How to get tagged photos from particular friend? I'm now using this code SELECT pid,src,images FROM photo WHERE object_id IN (SELECT object_id FROM photo_tag WHERE subject=$uid) this is the error Fatal error: Uncaught Exception: 1: An unknown…
Sasindu H
  • 1,538
  • 7
  • 24
  • 43
0
votes
1 answer

iOS Photo album "Open with..." Dialog API?

I was wondering if there is an API available for the "Open with" / share dialog. I see 3 social networks (Twitter, Facebook, and a JPN site) by default in iOS, but I was wondering if it was possible to register your own app to accept these options.
Ryan Copley
  • 873
  • 1
  • 10
  • 26
0
votes
1 answer

Import User Photo Library Albums

I am trying to import, not just multiple photos at a time, but also multiple albums (or single if impossible) at a time. Basically I want to implement something similar to stock Picture Frame App on iPad. The way it lets you select albums (iPad…
Gizmodo
  • 3,151
  • 7
  • 45
  • 92
0
votes
0 answers

API provides too many photos

SELECT object_id, src_big FROM photo WHERE album_object_id IN (SELECT object_id FROM album WHERE owner=) I use this query to get photos of some user, which is friend of other user, which provided friend_photos permissions for my app. And I get a lot…
0
votes
1 answer

Implementing Yelp business photos into iPhone app like Apple Maps

I'm curious how one might mimic Apple Map's iOS6 approach to showing Yelp photos. For example, when a user searches and clicks on a business, Maps shows a rotating slideshow of photos from Yelp's collection of pictures for that venue. The photos are…
0
votes
2 answers

import photos option in app

Possible Duplicate: How do I access photos from my iphone app? I'm building an app that allows the user to import a photo currently on their phone. I noticed several other apps have this option (WhatsApp, Facebook come to mind). Is there an…
KVISH
  • 12,923
  • 17
  • 86
  • 162
0
votes
1 answer

take photo and to save in SD CARD or camera album PHONEGAP

I took this code that other participants mentioned and I tested it and it works fine, the only thing I want is to save the photo in a new folder that I create or even among album of photos from the camera to avoid having to go to the hidden path…
toty
  • 35
  • 1
  • 5