views:

12

answers:

0

Hi,

I am developing an iPad application that used Flickr API services (Objective Flickr).

As mentioned in the document: 1. Obtained the Consumer Key and Secret for my app. 2. Modified the App type as web application 3. Updated Callback URL as neo://auth 4. In info.plist of my app, added new entry for URL types: URL identifier : same as Bundle identifer URL Schemes: neo 5. Implemented the method - (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url in App delegate

Login and permission request works fine. While redirecting the response to my app, I get the error: Cannot open the URL.

Could someone help me out to find the problem here.

Thanks in advance,

Regards, Deepa