I have a requirement to send an email whenever a new photo added to the photo album, similar stuff done by IFTTT app, but not getting any clue for where to start and how to proceed.
I am not sure how iOS background executions will help me for this. Please give me some leads for this.
Thanks in Advance.
Related
I am new to iOS. I am working on an application where I want to upload photo on flickr. I am using Objective flickr Library. I have authenticated the user as well as succeeded in uploading images on flickr. But I am facing a lot of problem on creating a photo set within flickr. I have tried it for many days. I tried photo submitter code a also flickrkit but I am not able to do it. I also went through the flickr api but I am unable to get enough help. Can anyone please help me with this part.
Thanks for the reply.
I am having issue in my app, the app is photo related,
In my app I have required photo url which is deleted via Photo.app, is there any way to find in our app that which photo is deleted in photo.app
Thanks in advance.
No practical way, I suppose you could iterate over the photo library before the deletion and then iterate over the photo library after the deletion to see what the changes were.
I do a similar thing in my "Chanda" app. The photos are stored in iPhone Photo Library and a link is stored in the database. I believe that if you delete the photo from the Photos app then you will get nil or something when trying to fetch the photo.
Link a picture taken on my app
I have added the ability for our users to post to Facebook from within our app. However,
when users make a post it goes to a selected album. I do not want to upload an image to the album, I just want to post it as a status update so it appears as a newsfeed.
I do not really know much about posting to Facebook from an App so excuse me if the terminology is wrong.
My Question: How do I post a status update (with an image if possible) rather than having the image appear in the album?
Thanks for the help
I am working on a project which fetches the contact list and the user will be able to send an email. Any help or advice will be greatly appreciated. I know it can be done in phone-gap.
Thanks in advance.
Getting the contact list is not possible with Corona.
You could consider making Facebook work with your app : http://docs.coronalabs.com/api/library/facebook/index.html
If you use a plugin you can do everything you need. Here is a good place to start.
I am using the new 3.1 Facebook SDK for iphone. I would like a user of my app to be able to choose a photo from his iphone and upload it to a Facebook page's album(this user is not an admin of this page).
if this is not possible i would like the user to be able to post a picture to the album feed.
also, which permissions i need to ask the user to do this?
There is currently a bug in the Facebook api which has yet to be fixed for at least the last year, that when you try to upload a photo to a page, it uploads it to the users stream.
I have been following this bug report for a long time, and does not seem like Facebook is going to do anything about it. this is the current answer for the question. will update if anything changes.