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

FQL Latest photos of all friends doesn't work

I try in FQL to have latests photos of all my friends ordered by desc in one request but I have only photos of two friends in response to this query : SELECT src_small ,owner,created FROM photo WHERE aid IN ( SELECT aid FROM album WHERE owner IN…
0
votes
2 answers

step 4 "Run the Samples" of Facebook api

i use eclipse on mac (version 10.7.5) to create a Facebook application (api 8) on android when i try to follow the instructions of Facebook api to develop android application. i did all the things the site told me to, and the packages and classes…
itai irdam
  • 55
  • 1
  • 3
0
votes
1 answer

Get the album of each facebook album w.r.t album id - facebook android-sdk

I have got all the facebook albums (and their id )using facebook android sdk, and displayed them in a list. Now on particular list item click, i want to get all the photos of that album (w.r.t "id" ) I got album id this way: if…
Tahreem
  • 205
  • 5
  • 15
0
votes
1 answer

How to launch photo app from web page

By searching the net and this forum I believe there is no way to use URL scheme to launch the native photo app? In case I am wrong let me know (it might change someday iOS6?) Anyone knows another photo app that I can launch and be able to specify…
0
votes
1 answer

cURL example of posting photos remotely to Facebook?

I am currently having a problem, where I try to post a picture to Facebook and I get an "error" response: "Requires upload file", with OAuth exception #324. I have the access token in there just fine and I can adapt my code from a cURL example…
0
votes
3 answers

Button Image Slideshow For Metro App

I am trying to create a button that has multiple images that scroll through like in the windows 8 photos app.(EDIT) Meaning the individual button. Like how each button scrolls through the images inside the album it links to.(EDIT) But I have had…
Dillon Smith
  • 56
  • 1
  • 9
0
votes
1 answer

create mobile uploads album

I can't find documentation on how to create the Mobile Uploads photo album using the Graph API. (the one that allows you to do post-by-email) Is this possible? If so how, and what permissions do I need?
0
votes
1 answer

Ipad Application how to get images from custom album

I am developing an iPad application in which I have saved images to custom album using This. Now I want to get all the images from that custom folder and I need to show all those in a animated UIImageView. I know how to set animation but I want to…
ganesh
  • 131
  • 2
  • 11
0
votes
1 answer

How can I link an image in an app with a photo album image, so that likes in the app will like the image in the album?

I need to get a way to be able to have "Likes" from an image inside an app be equivalent to Likes on an album. For example, if image1 is liked in the app, then the album containing image1 also gains that like. Is this even possible?
0
votes
1 answer

Using jQuery & Maximage2 as a simple slideshow

I have been writing a very simple slide show pulling photos from flickr and looping though them using the arrow keys. I got this working here (scroll with arrow keys): http://jsbin.com/esoveh/1/ but now that I try and add this to my octopress…
Inti
  • 3,443
  • 1
  • 29
  • 34
0
votes
1 answer

Post Photoset using Tumblr API PHP

I am trying to upload multiple photos into a photoset post to Tumblr. I am using PHP to connect to Tumblr and authenticate. I can post individual photos and video but can't seem to figure out photosets. There are other posts on Stack that help other…
blbaker
  • 406
  • 3
  • 19
0
votes
2 answers

AJAX photo slideshow that auto updates from folder

I'm looking for a PHP/AJAX slideshow solution that reads in images from a directory and auto updates while playing when photos are added or deleted. The images should also auto size to the browser dimensions. I have searched for hours and haven't…
techguy817
  • 31
  • 1
  • 5
0
votes
0 answers

Initiate photo tagging via URL

Is it possible to redirect the user to a photo URL on Facebook and automatically enable tagging? My application uploads the photo on the user's albums and then redirects him to the photo on Facebook. Is it possible to enable tagging mode…
kyriakos
  • 1,835
  • 2
  • 10
  • 10
0
votes
3 answers

How to publish photos on behalf of the user with application access token ? (not with user access token)

I want my application to publish photos, user has already registered my app with publish_stream permission and is currently disconnected from facebook. Documentation https://developers.facebook.com/docs/publishing/ said : To publish a 'photo'…
0
votes
4 answers

How to prevent images saved to photo library from being resized/scaled to full screen?

Here is the deal, I have tried using both of the methods shown below to save an image to the photo library. Upon saving the image successfully and launching the Photos App to take a look at the image, the app automatically scales/resizes the image…
dana0550
  • 1,125
  • 1
  • 9
  • 16