Search code examples
iphoneflickr

How to integrate the Flickr Api in ios


I want to integrate the flickr api to upload the image through my iphone application to flickr site. I had downloaded the code snap&Runfrom github. i had integrated the same code in my code.But it is showing me the error while navigating back to the application from safari browser. The error is :-Cannot open page Safari cannot open the page because the address is invalid.

Please help me.


Solution

  • please refer this link https://github.com/lukhnos/objectiveflickr of the well known ObjectiveFlickr repository. I think it's much lighter and simpler:

    • it relies on AFNetworking, which is the industry standard
    • it has only 4 classes and a good tutorial
    • the coding style is more modern