Questions tagged [objectiveflickr]

11 questions
3
votes
1 answer

how to call viewWillAppear after redirecting from safari to view controller in IOS

I am using Flickr in my app. When I click on Flickr button it is redirecting to safari to login with Flickr and Authorization. Then after successful authorization it is redirecting to my app. But after redirecting I want to call ViewWillAppear. I…
Vidhyanand
  • 993
  • 10
  • 21
1
vote
1 answer

objectiveflickr authentication fails

I've setup the ObjectiveFlickr according to the documentations, and i've wrote this block in a button action OFFlickrAPIContext *context = [[OFFlickrAPIContext alloc] initWithAPIKey:FLICKR_API_KEY…
Charlie Wu
  • 7,657
  • 5
  • 33
  • 40
1
vote
1 answer

ObjectiveFlickr & Xcode 4.5.2

I'm attempting to integrate ObjectiveFlickr into my project - everything seems to run fine, however as soon as I execute the following: [request callAPIMethodWithGET:@"flickr.photos.getRecent" arguments:[NSDictionary…
SMSidat
  • 1,163
  • 1
  • 15
  • 34
0
votes
1 answer

iOS Flicker API to simply upload a public image?

Is there suppose to be a Flickr API (provided by Flickr)? If not, i see a couple of flickr "kits" on GitHub (objectiveflickr and flickrkit). Which is preferred? Or maybe it is better to just write my own custom routine (all i need to do is…
AlvinfromDiaspar
  • 6,611
  • 13
  • 75
  • 140
0
votes
1 answer

video shaing on flickr via iOS

I am following https://github.com/lukhnos/objectiveflickr to achieve the sharing on flickr functionlity. The Library has methods to send input stream to flickr: NSInputStream *imageStream = [NSInputStream inputStreamWithData:imageData]; [request…
nr5
  • 4,228
  • 8
  • 42
  • 82
0
votes
0 answers

ObjectiveFlickr - Post multiple photos on Flickr from NSMutable array error

I am making an app that lets users post to their Flickr photo streams. I am using ObjectiveFlickr to handle the authorization and posting process. For posting a single picture i am using the following code: if (isSinglePic) { UIImage…
Granit
  • 1,261
  • 6
  • 19
  • 35
0
votes
1 answer

Getting Flickr RecentActivity images

I want to retrieve Recent Activity images from flickr application, please any one suggest me how to retrieve that. thanks in advance.
VasuIppili
  • 37
  • 6
0
votes
1 answer

Adding ObjectiveFlickr to Project

I'm trying to add the ObjectiveFlickr framework to my project. I tried to follow these instructions: Add ObjectiveFlickr.xcodeproj to your Mac project (from Xcode menu Project > Add to Project...) On your app target, open the info window (using Get…
YogevSitton
  • 10,068
  • 11
  • 62
  • 95
0
votes
1 answer

Error when calling callAPIMethodWithGET in ObjectiveFlickr

I am trying to use ObjectiveFlickr with the following sample API call but my code ends with an EXC_BAD_ACCESS. I made sure that my key and shared secret exist in flickr: OFFlickrAPIContext *context = [[OFFlickrAPIContext alloc] initWithAPIKey:apiKey…
Hahnemann
  • 4,378
  • 6
  • 40
  • 64
0
votes
1 answer

objectiveflickr Apple Mach-O Linker Error

Using ObjectiveFlickr, Xcode 4.5.2, iOS 6. When compiling, it gets me: Ld /Users/axu/Library/Developer/Xcode/DerivedData/Shutterbug-ecsrjcjimihxevguffdchwqnqtzf/Build/Products/Debug-iphonesimulator/Shutterbug. app/Shutterbug normal i386 cd…
Ark Xu
  • 111
  • 1
  • 4
0
votes
1 answer

Xcode nested Framework: Project header files not found

I am trying to build a Mac application that uses ObjectiveFlickr, and thus has it as a nested framework. I followed the setup guide on ObjectiveFlickr's page. Everything works fine until I have to validate my archived application. Validating gives…
Jan Aagaard
  • 10,940
  • 8
  • 45
  • 80