ResultsDirect / LinkedIn-iPhone

Simple framework to provide authentication and API support for LinkedIn on iPhoneOS devices.
74 stars 27 forks source link

Untitled #9

Closed amitbattan closed 13 years ago

amitbattan commented 13 years ago

Hi All

I am using the LinkedIn iOS SDK using oAuth in my IPhone application. Its integarted successfully but After login it goes to Success Authrized Screen as in images

I have 2 issue

Amit Battan

sixten commented 13 years ago

I suspect that there's a configuration issue with your LinkedIn application. Please make sure that

You should be able to uncomment the NSLog() calls in -[RDLinkedInAuthorizationController webView:shouldStartLoadWithRequest:navigationType:] and see the redirection to the completion URL happen. Does it?

amitbattan commented 13 years ago

thanks solved now