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.
Related
For my Thesis I should create an App that views all photos then send them to a server (IBM Watson) to be analysed. I have been able to view the photos and cache them using the apple photo framework. I made few modification to the code from the example so far. Currently I am stuck in the phase of looping through all the photos and be able to send them to the server. So I found this link stating how to fetch and send to API but I cannot modify it to implement it on the example previously. Any help would be appreciated. Thanks
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.
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
Im very new to Xcode and i'm trying to create a somewhat Social Networking app. At this point i'm not looking for it to be its own app but I want the app to have the ability to let the User sign into their Facebook Account and than Post a Video from the Camera Roll to their wall. I know it sounds simple but Ive look and all i can get are extremely confusing answers that don't make any sense.
Thanks in Advance.
Looking for
1 allow Facebook Login
2) Post Video from Camera Roll to their facebook.
If possible It would be cool to have a thumbnail of the video before they post it. Kind of like instagram. Thanks!
First off, you need to create an app for your iOS app on Facebook. Then use the tokens or keys they provide you with, in order for your app to be able to do anything with Facebook.
Facebook has pretty good instructions on how to set up Facebook login on your app. You can find detailed, step-by-step instructions here. Depending on what type of login you need, you can choose a suitable option.
I have not posted actually files so far onto a Facebook feed/wall. But I have set up sharing of posts. You can find instructions for that here.
Hope this helps.