Can't login using yahoo sdk.

Anthony27 Jan 2012 8:41 AM
Is this SDK https://github.com/yahoo/yos-social-objc outdated?

I want to integrate yahoo login within my application.

I am following this tutorial: http://developer.yahoo.com/social/sdk/objectivec/ but the following line does not work  [session sendUserToAuthorizationWithCallback:nil];  

The method does not exist.
I changed it to  work  [session  sendUserToAuthorizationWithCallbackUrl:nil]; and I get a bad access error.

Any help?
MichelleL3 Feb 2012 6:12 AM
I also have this issue, any help?